Pythonmac-SIG
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1997 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1996 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
October 2011
- 16 participants
- 20 discussions

Nov. 14, 2012
I'm on MacOS X 10.6.8 using 64-bit Python 2.7.2 from python.org (the
10.6 version) and ActiveState Tcl/Tk 8.5.10.
I would like to build matplotlib 1.1.0 (in fact I'd like to build an
official binary installer) and am running into problems. The build and
install goes fine, though with a few odd messages (see appended log).
But importing pylab rusults in:
objc[1083]: Class TKApplication is implemented in both
/Library/Frameworks/Tk.framework/Versions/8.5/Tk and
/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two
will be used. Which one is undefined.
objc[1083]: Class TKMenu is implemented in both
/Library/Frameworks/Tk.framework/Versions/8.5/Tk and
/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two
will be used. Which one is undefined.
objc[1083]: Class TKContentView is implemented in both
/Library/Frameworks/Tk.framework/Versions/8.5/Tk and
/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two
will be used. Which one is undefined.
objc[1083]: Class TKWindow is implemented in both
/Library/Frameworks/Tk.framework/Versions/8.5/Tk and
/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two
will be used. Which one is undefined.
Any idea how to deal with this? Google turned up others with this
problem but no obvious solution.
-- Russell
P.S. partial log of build (not install) of matplotlib:
Edit setupext.py to point it to Apple's built-in libraries, plus include
/usr/local (which doesn't have a lot in it --nothing in lib or includes):
'darwin' : ['/usr/local', '/usr', '/usr/X11'],
$ python setup.py build
BUILDING MATPLOTLIB
???????????matplotlib: 1.1.0
???????????????python: 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
???????????????????????[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
?????????????platform: darwin
REQUIRED DEPENDENCIES
????????????????numpy: 1.6.1
????????????freetype2: found, but unknown version (no pkg-config)
OPTIONAL BACKEND DEPENDENCIES
???????????????libpng: found, but unknown version (no pkg-config)
??????????????Tkinter: Tkinter: version not identified, Tk: 8.5, Tcl: 8.5
?????????????????Gtk+: no
???????????????????????* Building for Gtk+ requires pygtk; you must be
able
???????????????????????* to "import gtk" in your build/install
environment
??????Mac OS X native: yes
???????????????????Qt: no
??????????????????Qt4: no
????????????????Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
?????????????datetime: present, version unknown
?????????????dateutil: matplotlib will provide
?????????????????pytz: matplotlib will provide
adding pytz
OPTIONAL USETEX DEPENDENCIES
???????????????dvipng: no
??????????ghostscript: /bin/sh: gs: command not found
????????????????latex: no
[Edit setup.cfg to suppress the above messages]
=========================================================================
===
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units',
'matplotlib.tests', 'mpl_toolkits', 'mpl_toolkits.mplot3d',
'mpl_toolkits.axes_grid', 'mpl_toolkits.axes_grid1',
'mpl_toolkits.axisartist', 'matplotlib.sphinxext', 'matplotlib.tri',
'matplotlib.delaunay', 'pytz', 'dateutil', 'dateutil.zoneinfo']
running build
running build_py
...
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Tcl.framework/Headers/freetype2
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders/freet
ype2 -I/Library/Frameworks/Tk.framework/Headers/freetype2
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders/freety
pe2 -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -Isrc/freetype2
-Iagg24/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -I/usr/include/freetype2
-I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
src/agg_py_transforms.cpp -o
build/temp.macosx-10.6-intel-2.7/src/agg_py_transforms.o -framework Tcl
-framework Tk
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Tcl.framework/Headers/freetype2
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders/freet
ype2 -I/Library/Frameworks/Tk.framework/Headers/freetype2
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders/freety
pe2 -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -Isrc/freetype2
-Iagg24/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -I/usr/include/freetype2
-I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
src/_tkagg.cpp -o build/temp.macosx-10.6-intel-2.7/src/_tkagg.o
-framework Tcl -framework Tk
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Tcl.framework/Headers/freetype2
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders/freet
ype2 -I/Library/Frameworks/Tk.framework/Headers/freetype2
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders/freety
pe2 -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -Isrc/freetype2
-Iagg24/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -I/usr/include/freetype2
-I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
CXX/cxx_extensions.cxx -o
build/temp.macosx-10.6-intel-2.7/CXX/cxx_extensions.o -framework Tcl
-framework Tk
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Tcl.framework/Headers/freetype2
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders/freet
ype2 -I/Library/Frameworks/Tk.framework/Headers/freetype2
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders/freety
pe2 -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -Isrc/freetype2
-Iagg24/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -I/usr/include/freetype2
-I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
CXX/cxxsupport.cxx -o build/temp.macosx-10.6-intel-2.7/CXX/cxxsupport.o
-framework Tcl -framework Tk
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Tcl.framework/Headers/freetype2
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders/freet
ype2 -I/Library/Frameworks/Tk.framework/Headers/freetype2
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders/freety
pe2 -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -Isrc/freetype2
-Iagg24/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -I/usr/include/freetype2
-I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
CXX/IndirectPythonInterface.cxx -o
build/temp.macosx-10.6-intel-2.7/CXX/IndirectPythonInterface.o
-framework Tcl -framework Tk
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Tcl.framework/Headers/freetype2
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders/freet
ype2 -I/Library/Frameworks/Tk.framework/Headers/freetype2
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders/freety
pe2 -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -Isrc/freetype2
-Iagg24/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include/freetype2 -I/usr/include/freetype2
-I/usr/X11/include/freetype2 -I./freetype2
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
CXX/cxxextensions.c -o
build/temp.macosx-10.6-intel-2.7/CXX/cxxextensions.o -framework Tcl
-framework Tk
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused
because linking not done
i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because
linking not done
c++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk
-g build/temp.macosx-10.6-intel-2.7/src/agg_py_transforms.o
build/temp.macosx-10.6-intel-2.7/src/_tkagg.o
build/temp.macosx-10.6-intel-2.7/CXX/cxx_extensions.o
build/temp.macosx-10.6-intel-2.7/CXX/cxxsupport.o
build/temp.macosx-10.6-intel-2.7/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-intel-2.7/CXX/cxxextensions.o -L/usr/lib
-L/usr/X11/lib -L/usr/lib -L/usr/X11/lib -lstdc++ -lm -lfreetype -lz
-lstdc++ -lm -o
build/lib.macosx-10.6-intel-2.7/matplotlib/backends/_tkagg.so -framework
Tcl -framework Tk
building 'matplotlib.backends._macosx' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG
-g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -I/usr/include -I/usr/X11/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa
ckages/numpy/core/include -Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
src/_macosx.m -o build/temp.macosx-10.6-intel-2.7/src/_macosx.o
src/_macosx.m: In function ?FigureManager_init?:
src/_macosx.m:3755: warning: class 'View' does not implement the
'NSWindowDelegate' protocol
src/_macosx.m: In function ?FigureManager_init?:
src/_macosx.m:3755: warning: class 'View' does not implement the
'NSWindowDelegate' protocol
3
2
Hi,
I have a pyobjc/py2app application that did fine for several years
now but failed launching on OSX 10.5 after the upgrade from Python
2.7.1 to 2.7.2.
It runs fine on 10.4 (build machine) and 10.6.
The failing part seems to be the site-packages.zip file and it could
be made launching by manually unpacking and deleteing the zip.
I tried to upgrade to the current mercurial but with that the build
fails.
Any ideas?
-karsten
2
6
Hi,
First of all, not being experienced with python, my apologies if this question answer was obvious, but I couldn't find a clear answer / solution to this.
I'm currently trying to package a pyGtk application as an OSX one.
This application is distributed as an egg and use pkg_resources facilities to get things like app version and glade resources.
Having pkg_resources errors, from what I understand and found searching and reading this mailing list, I came to the following conclusions:
py2app is not designed to use eggs
pkg_resources requires a distribution format like eggs to have the required metadata to introspect a package.
Does this assumptions are true? > Does that means I have to purge code from pkg_resources calls?
Any good suggestion / recommended implementation is welcome.
Vincent.
4
6
Thank you for the help. Yes, re-installing xlrd, etc., from unzipped egg
worked just fine.
The only issue now is in the __init__.py of the app. Line 32 shows the wrong
path to Carbon.framework
It shows: /System/Library/Carbon.framework/Carbon
It should be: /System/Library/Frameworks/Carbon.framework.Carbon
When I patch that line, the app runs successfully.
I'm running the app on an iMac G3 PPC.
Rich
1
0
Enviroment: iMac G3 OSX 10.3.9 Python 2.7.2 py2app-0.6.3.
Terminal output:
Last login: Thu Oct 20 15:53:59 on console
Welcome to Darwin!
Rich-Fultons-Computer:~ richfulton$ cd
/Users/richfulton/Desktop/EnvoyLite3.0.0
Rich-Fultons-Computer:~/Desktop/EnvoyLite3.0.0 richfulton$ python setup.py
py2app
running py2app
creating /Users/richfulton/Desktop/EnvoyLite3.0.0/build
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/temp
creating /Users/richfulton/Desktop/EnvoyLite3.0.0/dist
creating build/bdist.macosx-10.3-ppc/python2.7-standalone/app/lib-dynload
creating build/bdist.macosx-10.3-ppc/python2.7-standalone/app/Frameworks
*** using recipe: virtualenv ***
*** filtering dependencies ***
337 total
38 filtered
6 orphaned
299 remaining
*** create binaries ***
*** byte compile python files ***
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py
to StringIO.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
to UserDict.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py
to __future__.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py
to _abcoll.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py
to _strptime.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py
to _threading_local.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py
to _weakrefset.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py to
abc.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py to
atexit.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py to
base64.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py to
bdb.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py to
bisect.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py
to calendar.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py to
cmd.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py to
codecs.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py
to collections.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py to
copy.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py
to copy_reg.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/csv.py to
csv.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py
to ctypes/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/ctypes
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py
to ctypes/_endian.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py
to decimal.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py
to difflib.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py to
dis.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py
to distutils/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/distutils
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py
to distutils/errors.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py
to distutils/log.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py
to distutils/spawn.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py
to doctest.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py
to dummy_thread.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py
to encodings/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/encodings
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py
to encodings/aliases.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py
to encodings/ascii.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py
to encodings/base64_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py
to encodings/big5.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py
to encodings/big5hkscs.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py
to encodings/bz2_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py
to encodings/charmap.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py
to encodings/cp037.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py
to encodings/cp1006.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py
to encodings/cp1026.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py
to encodings/cp1140.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py
to encodings/cp1250.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py
to encodings/cp1251.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py
to encodings/cp1252.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py
to encodings/cp1253.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py
to encodings/cp1254.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py
to encodings/cp1255.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py
to encodings/cp1256.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py
to encodings/cp1257.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py
to encodings/cp1258.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py
to encodings/cp424.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py
to encodings/cp437.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py
to encodings/cp500.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py
to encodings/cp720.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py
to encodings/cp737.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py
to encodings/cp775.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py
to encodings/cp850.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py
to encodings/cp852.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py
to encodings/cp855.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py
to encodings/cp856.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py
to encodings/cp857.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py
to encodings/cp858.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py
to encodings/cp860.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py
to encodings/cp861.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py
to encodings/cp862.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py
to encodings/cp863.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py
to encodings/cp864.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py
to encodings/cp865.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py
to encodings/cp866.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py
to encodings/cp869.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py
to encodings/cp874.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py
to encodings/cp875.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py
to encodings/cp932.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py
to encodings/cp949.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py
to encodings/cp950.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py
to encodings/euc_jis_2004.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py
to encodings/euc_jisx0213.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py
to encodings/euc_jp.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py
to encodings/euc_kr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py
to encodings/gb18030.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py
to encodings/gb2312.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py
to encodings/gbk.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py
to encodings/hex_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py
to encodings/hp_roman8.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py
to encodings/hz.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py
to encodings/idna.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py
to encodings/iso2022_jp.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py
to encodings/iso2022_jp_1.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py
to encodings/iso2022_jp_2.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py
to encodings/iso2022_jp_2004.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py
to encodings/iso2022_jp_3.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py
to encodings/iso2022_jp_ext.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py
to encodings/iso2022_kr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py
to encodings/iso8859_1.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py
to encodings/iso8859_10.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py
to encodings/iso8859_11.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py
to encodings/iso8859_13.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py
to encodings/iso8859_14.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py
to encodings/iso8859_15.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py
to encodings/iso8859_16.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py
to encodings/iso8859_2.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py
to encodings/iso8859_3.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py
to encodings/iso8859_4.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py
to encodings/iso8859_5.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py
to encodings/iso8859_6.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py
to encodings/iso8859_7.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py
to encodings/iso8859_8.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py
to encodings/iso8859_9.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py
to encodings/johab.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py
to encodings/koi8_r.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py
to encodings/koi8_u.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py
to encodings/latin_1.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py
to encodings/mac_arabic.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py
to encodings/mac_centeuro.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py
to encodings/mac_croatian.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py
to encodings/mac_cyrillic.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py
to encodings/mac_farsi.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py
to encodings/mac_greek.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py
to encodings/mac_iceland.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py
to encodings/mac_latin2.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py
to encodings/mac_roman.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py
to encodings/mac_romanian.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py
to encodings/mac_turkish.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py
to encodings/mbcs.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py
to encodings/palmos.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py
to encodings/ptcp154.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py
to encodings/punycode.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py
to encodings/quopri_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py
to encodings/raw_unicode_escape.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py
to encodings/rot_13.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py
to encodings/shift_jis.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py
to encodings/shift_jis_2004.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py
to encodings/shift_jisx0213.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py
to encodings/string_escape.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py
to encodings/tis_620.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py
to encodings/undefined.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py
to encodings/unicode_escape.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py
to encodings/unicode_internal.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py
to encodings/utf_16.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py
to encodings/utf_16_be.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py
to encodings/utf_16_le.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py
to encodings/utf_32.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py
to encodings/utf_32_be.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py
to encodings/utf_32_le.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py
to encodings/utf_7.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py
to encodings/utf_8.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py
to encodings/utf_8_sig.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py
to encodings/uu_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py
to encodings/zlib_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py
to fnmatch.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py
to functools.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
to genericpath.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py to
getopt.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py
to gettext.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py to
glob.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py to
gzip.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py
to hashlib.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py to
heapq.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py
to inspect.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py to
io.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py
to keyword.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FixTk.py
to FixTk.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkconstants.py
to Tkconstants.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py
to Tkinter.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkCommonDialog.py
to tkCommonDialog.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFileDialog.py
to tkFileDialog.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py
to linecache.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py to
locale.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py
to logging/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/logging
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py
to numbers.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py to
opcode.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py
to optparse.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py to
os.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py to
pdb.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py to
pickle.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py
to Carbon/AE.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/Carbon
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py
to Carbon/Evt.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py
to Carbon/File.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py
to Carbon/__init__.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
to posixpath.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py to
pprint.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py
to py_compile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py to
quopri.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py to
random.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py to
re.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py to
repr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py to
shlex.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py to
shutil.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/easygui-0.94-py2.7.egg/easygui.pyc
to easygui.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/errorhandler-1.1.1-py2.7.egg/errorhandler/__init__.py
to errorhandler/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/errorhandler
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/__init__.pyc
to xlrd/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/xlrd
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/biffh.pyc
to xlrd/biffh.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/compdoc.pyc
to xlrd/compdoc.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/formatting.pyc
to xlrd/formatting.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/formula.pyc
to xlrd/formula.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/licences.pyc
to xlrd/licences.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/sheet.pyc
to xlrd/sheet.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/timemachine.pyc
to xlrd/timemachine.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/xldate.pyc
to xlrd/xldate.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/__init__.py
to xlutils/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/xlutils
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/copy.py
to xlutils/copy.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/display.py
to xlutils/display.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/filter.py
to xlutils/filter.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/margins.py
to xlutils/margins.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/BIFFRecords.pyc
to xlwt/BIFFRecords.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/xlwt
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Bitmap.pyc
to xlwt/Bitmap.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Cell.pyc
to xlwt/Cell.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Column.pyc
to xlwt/Column.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/CompoundDoc.pyc
to xlwt/CompoundDoc.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelFormula.pyc
to xlwt/ExcelFormula.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelFormulaLexer.pyc
to xlwt/ExcelFormulaLexer.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelFormulaParser.pyc
to xlwt/ExcelFormulaParser.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelMagic.pyc
to xlwt/ExcelMagic.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Formatting.pyc
to xlwt/Formatting.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Row.pyc
to xlwt/Row.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Style.pyc
to xlwt/Style.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/UnicodeUtils.pyc
to xlwt/UnicodeUtils.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Utils.pyc
to xlwt/Utils.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Workbook.pyc
to xlwt/Workbook.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Worksheet.pyc
to xlwt/Worksheet.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/__init__.pyc
to xlwt/__init__.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/antlr.pyc
to xlwt/antlr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py to
sre.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py
to sre_compile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py
to sre_constants.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py
to sre_parse.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py to
stat.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py to
string.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py
to stringprep.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py to
struct.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py
to subprocess.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py
to tarfile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py
to tempfile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py
to textwrap.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py
to threading.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py to
token.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py
to tokenize.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py
to traceback.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py to
types.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py
to unittest/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/unittest
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py
to unittest/case.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py
to unittest/loader.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py
to unittest/main.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py
to unittest/result.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py
to unittest/runner.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py
to unittest/signals.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py
to unittest/suite.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py
to unittest/util.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py
to warnings.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py
to weakref.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py
to zipfile.pyc
byte-compiling /Users/richfulton/Desktop/EnvoyLite3.0.0/Envoy3.0.0.py to
Envoy3.0.0.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/argv_emulation.py
to argv_emulation.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/boot_app.py
to boot_app.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/chdir_resource.py
to chdir_resource.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/disable_linecache.py
to disable_linecache.pyc
error: cannot copy tree
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/doc':
not a directory
Rich-Fultons-Computer:~/Desktop/EnvoyLite3.0.0 richfulton$
Any help would be appreciated!
Rich
3
2

Oct. 24, 2011
On 13 Oct, 2011, at 18:25, Sean Robinson wrote:
> On 10/10/2011 07:44 AM, Sean Robinson wrote:
>> On 10/08/2011 07:36 AM, Ronald Oussoren wrote:
>>>
>>> On 6 Oct, 2011, at 22:35, Sean Robinson wrote:
>>>>
>>>> I believe I can overcome this error by finding the right path(s) to
>>>> append to the app bundle's sys.path, but I'm surprised that py2app
>>>> does not do this automagically.
>>>
>>> py2app should do this automaticly. What version of python do you use?
>>> Is that a custom install or the system version of python? And finally,
>>> which OSX version are you using?
>>>
>>
>> This is on OSX 10.6.8, using the system version of Python 2.6.1. The
>> only non-standard packages/modules are py2app (0.6.4 pre-release and its
>> requirements) installed local to the user account. I am developing as
>> vanilla as I can get.
>>
>
> Ronald,
>
> So, to follow-up... I have been able to create a working semi-standalone app bundle (which is what I wanted) by adding two more dirs to sys.path. Thank you for py2app and for your help. My app bundles work on 10.6.3 and 10.6.8 with the default Apple-provided Python on each.
>
> Attached to this message is a zip archive with two minimal projects (working and not_working) which highlight the single difference which allows AppKit to be imported. Each project is three lines of python plus the setup.py created by py2applet. IHTH.
That was a pretty lame bug: when using the system build of Python we don't include Python and the "standard" library into the application bundle, including the extra libraries like PyObjC and wxWidgets. That part worked fine, but py2app never made sure that the directory with extra libraries was available on sys.path and that causes the problem you're having.
I've pushed a fix for that to the repository, and will push a new release to PyPI later today.
Ronald
>
> --
> Sean Robinson
> Laboratory Technician
> Physics Astronomy Geology
> sean.robinson(a)sccmail.maricopa.edu
> <quot-test.zip>
2
1
I'm trying to deploy a Python app on OSX that was built with PySide. py2app
packages it without issue, copying and linking a lot of PySide and Qt files
in the process. But then, when I try to run the built app, I get this error:
Traceback (most recent call last):
File "/Users/sequence/Desktop/code/dailies/dist/dailies_v02.app/Contents/Resources/__boot__.py",
line 31, in <module>
_run('dailies_v02.py')
File "/Users/sequence/Desktop/code/dailies/dist/dailies_v02.app/Contents/Resources/__boot__.py",
line 28, in _run
execfile(path, globals(), globals())
File "/Users/sequence/Desktop/code/dailies/dist/dailies_v02.app/Contents/Resources/dailies_v02.py",
line 9, in <module>
from PySide.QtCore import *
File "PySide/__init__.pyc", line 2, in <module>
File "PySide/private.pyc", line 2, in <module>
File "PySide/QtCore.pyc", line 18, in <module>
File "PySide/QtCore.pyc", line 15, in __load
ImportError: '/usr/lib/python2.6/lib-dynload/PySide/QtCore.so' not found
The weird thing is, QtCore.so IS included in the application bundle: py2app
copied it to
dailies_v02.app/Contents/Resources/lib/python2.6/lib-dynload/PySide/.
Does anyone know why this isn't working?
Aaron
--
Aaron Scott Hildebrandt
andcuriouser.com
3
2
Hi,
Could someone that uses PyQt4 on OSX please test if the current repository head at <https://bitbucket.org/ronaldoussoren/py2app> works for packaging PyQt applications?
I've tried to fix the recipe and it now at least good enough to build the (trivial) sample applications that's included in the py2app repository.
Ronald
1
0
Enviroment: iMac G3 OSX 10.3.9 Python 2.7.2 py2app-0.6.3.
Terminal output:
Last login: Thu Oct 20 15:53:59 on console
Welcome to Darwin!
Rich-Fultons-Computer:~ richfulton$ cd
/Users/richfulton/Desktop/EnvoyLite3.0.0
Rich-Fultons-Computer:~/Desktop/EnvoyLite3.0.0 richfulton$ python setup.py
py2app
running py2app
creating /Users/richfulton/Desktop/EnvoyLite3.0.0/build
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/temp
creating /Users/richfulton/Desktop/EnvoyLite3.0.0/dist
creating build/bdist.macosx-10.3-ppc/python2.7-standalone/app/lib-dynload
creating build/bdist.macosx-10.3-ppc/python2.7-standalone/app/Frameworks
*** using recipe: virtualenv ***
*** filtering dependencies ***
337 total
38 filtered
6 orphaned
299 remaining
*** create binaries ***
*** byte compile python files ***
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py
to StringIO.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
to UserDict.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py
to __future__.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py
to _abcoll.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py
to _strptime.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py
to _threading_local.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py
to _weakrefset.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py to
abc.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py to
atexit.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py to
base64.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py to
bdb.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py to
bisect.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py
to calendar.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py to
cmd.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py to
codecs.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py
to collections.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py to
copy.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py
to copy_reg.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/csv.py to
csv.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py
to ctypes/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/ctypes
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py
to ctypes/_endian.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py
to decimal.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py
to difflib.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py to
dis.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py
to distutils/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/distutils
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py
to distutils/errors.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py
to distutils/log.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py
to distutils/spawn.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py
to doctest.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py
to dummy_thread.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py
to encodings/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/encodings
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py
to encodings/aliases.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py
to encodings/ascii.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py
to encodings/base64_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py
to encodings/big5.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py
to encodings/big5hkscs.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py
to encodings/bz2_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py
to encodings/charmap.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py
to encodings/cp037.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py
to encodings/cp1006.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py
to encodings/cp1026.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py
to encodings/cp1140.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py
to encodings/cp1250.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py
to encodings/cp1251.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py
to encodings/cp1252.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py
to encodings/cp1253.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py
to encodings/cp1254.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py
to encodings/cp1255.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py
to encodings/cp1256.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py
to encodings/cp1257.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py
to encodings/cp1258.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py
to encodings/cp424.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py
to encodings/cp437.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py
to encodings/cp500.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py
to encodings/cp720.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py
to encodings/cp737.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py
to encodings/cp775.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py
to encodings/cp850.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py
to encodings/cp852.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py
to encodings/cp855.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py
to encodings/cp856.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py
to encodings/cp857.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py
to encodings/cp858.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py
to encodings/cp860.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py
to encodings/cp861.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py
to encodings/cp862.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py
to encodings/cp863.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py
to encodings/cp864.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py
to encodings/cp865.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py
to encodings/cp866.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py
to encodings/cp869.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py
to encodings/cp874.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py
to encodings/cp875.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py
to encodings/cp932.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py
to encodings/cp949.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py
to encodings/cp950.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py
to encodings/euc_jis_2004.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py
to encodings/euc_jisx0213.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py
to encodings/euc_jp.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py
to encodings/euc_kr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py
to encodings/gb18030.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py
to encodings/gb2312.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py
to encodings/gbk.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py
to encodings/hex_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py
to encodings/hp_roman8.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py
to encodings/hz.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py
to encodings/idna.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py
to encodings/iso2022_jp.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py
to encodings/iso2022_jp_1.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py
to encodings/iso2022_jp_2.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py
to encodings/iso2022_jp_2004.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py
to encodings/iso2022_jp_3.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py
to encodings/iso2022_jp_ext.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py
to encodings/iso2022_kr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py
to encodings/iso8859_1.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py
to encodings/iso8859_10.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py
to encodings/iso8859_11.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py
to encodings/iso8859_13.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py
to encodings/iso8859_14.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py
to encodings/iso8859_15.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py
to encodings/iso8859_16.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py
to encodings/iso8859_2.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py
to encodings/iso8859_3.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py
to encodings/iso8859_4.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py
to encodings/iso8859_5.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py
to encodings/iso8859_6.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py
to encodings/iso8859_7.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py
to encodings/iso8859_8.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py
to encodings/iso8859_9.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py
to encodings/johab.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py
to encodings/koi8_r.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py
to encodings/koi8_u.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py
to encodings/latin_1.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py
to encodings/mac_arabic.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py
to encodings/mac_centeuro.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py
to encodings/mac_croatian.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py
to encodings/mac_cyrillic.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py
to encodings/mac_farsi.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py
to encodings/mac_greek.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py
to encodings/mac_iceland.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py
to encodings/mac_latin2.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py
to encodings/mac_roman.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py
to encodings/mac_romanian.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py
to encodings/mac_turkish.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py
to encodings/mbcs.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py
to encodings/palmos.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py
to encodings/ptcp154.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py
to encodings/punycode.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py
to encodings/quopri_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py
to encodings/raw_unicode_escape.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py
to encodings/rot_13.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py
to encodings/shift_jis.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py
to encodings/shift_jis_2004.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py
to encodings/shift_jisx0213.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py
to encodings/string_escape.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py
to encodings/tis_620.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py
to encodings/undefined.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py
to encodings/unicode_escape.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py
to encodings/unicode_internal.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py
to encodings/utf_16.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py
to encodings/utf_16_be.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py
to encodings/utf_16_le.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py
to encodings/utf_32.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py
to encodings/utf_32_be.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py
to encodings/utf_32_le.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py
to encodings/utf_7.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py
to encodings/utf_8.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py
to encodings/utf_8_sig.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py
to encodings/uu_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py
to encodings/zlib_codec.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py
to fnmatch.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py
to functools.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
to genericpath.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py to
getopt.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py
to gettext.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py to
glob.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py to
gzip.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py
to hashlib.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py to
heapq.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py
to inspect.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py to
io.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py
to keyword.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FixTk.py
to FixTk.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkconstants.py
to Tkconstants.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py
to Tkinter.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkCommonDialog.py
to tkCommonDialog.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFileDialog.py
to tkFileDialog.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py
to linecache.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py to
locale.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py
to logging/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/logging
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py
to numbers.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py to
opcode.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py
to optparse.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py to
os.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py to
pdb.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py to
pickle.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py
to Carbon/AE.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/Carbon
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py
to Carbon/Evt.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py
to Carbon/File.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py
to Carbon/__init__.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
to posixpath.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py to
pprint.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py
to py_compile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py to
quopri.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py to
random.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py to
re.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py to
repr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py to
shlex.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py to
shutil.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/easygui-0.94-py2.7.egg/easygui.pyc
to easygui.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/errorhandler-1.1.1-py2.7.egg/errorhandler/__init__.py
to errorhandler/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/errorhandler
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/__init__.pyc
to xlrd/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/xlrd
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/biffh.pyc
to xlrd/biffh.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/compdoc.pyc
to xlrd/compdoc.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/formatting.pyc
to xlrd/formatting.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/formula.pyc
to xlrd/formula.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/licences.pyc
to xlrd/licences.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/sheet.pyc
to xlrd/sheet.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/timemachine.pyc
to xlrd/timemachine.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/xldate.pyc
to xlrd/xldate.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/__init__.py
to xlutils/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/xlutils
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/copy.py
to xlutils/copy.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/display.py
to xlutils/display.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/filter.py
to xlutils/filter.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlutils-1.4.1-py2.7.egg/xlutils/margins.py
to xlutils/margins.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/BIFFRecords.pyc
to xlwt/BIFFRecords.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/xlwt
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Bitmap.pyc
to xlwt/Bitmap.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Cell.pyc
to xlwt/Cell.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Column.pyc
to xlwt/Column.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/CompoundDoc.pyc
to xlwt/CompoundDoc.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelFormula.pyc
to xlwt/ExcelFormula.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelFormulaLexer.pyc
to xlwt/ExcelFormulaLexer.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelFormulaParser.pyc
to xlwt/ExcelFormulaParser.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/ExcelMagic.pyc
to xlwt/ExcelMagic.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Formatting.pyc
to xlwt/Formatting.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Row.pyc
to xlwt/Row.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Style.pyc
to xlwt/Style.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/UnicodeUtils.pyc
to xlwt/UnicodeUtils.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Utils.pyc
to xlwt/Utils.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Workbook.pyc
to xlwt/Workbook.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/Worksheet.pyc
to xlwt/Worksheet.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/__init__.pyc
to xlwt/__init__.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlwt-0.7.2-py2.7.egg/xlwt/antlr.pyc
to xlwt/antlr.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py to
sre.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py
to sre_compile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py
to sre_constants.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py
to sre_parse.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py to
stat.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py to
string.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py
to stringprep.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py to
struct.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py
to subprocess.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py
to tarfile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py
to tempfile.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py
to textwrap.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py
to threading.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py to
token.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py
to tokenize.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py
to traceback.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py to
types.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py
to unittest/__init__.pyc
creating
/Users/richfulton/Desktop/EnvoyLite3.0.0/build/bdist.macosx-10.3-ppc/python2.7-standalone/app/collect/unittest
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py
to unittest/case.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py
to unittest/loader.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py
to unittest/main.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py
to unittest/result.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py
to unittest/runner.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py
to unittest/signals.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py
to unittest/suite.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py
to unittest/util.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py
to warnings.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py
to weakref.pyc
byte-compiling
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py
to zipfile.pyc
byte-compiling /Users/richfulton/Desktop/EnvoyLite3.0.0/Envoy3.0.0.py<http://envoy3.0.0.py/>
to
Envoy3.0.0.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/argv_emulation.py
to argv_emulation.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/boot_app.py
to boot_app.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/chdir_resource.py
to chdir_resource.pyc
byte-compiling
/Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/disable_linecache.py
to disable_linecache.pyc
error: cannot copy tree
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/doc':
not a directory
Rich-Fultons-Computer:~/Desktop/EnvoyLite3.0.0 richfulton$
Any help would be appreciated!
Rich
1
0
Using the latest (20 Oct "tip") version of py2app, using py2applet to build
with this command,
py2applet ../src/ppqt.py ../ppqt-mac/Marvin.icns
all appears to run without error, and a bundle is built (with the icon), but
it dies when executed with the console message,
ImportError: '/usr/lib/python2.6/lib-dynload/PyQt4/QtCore.so' not found
The desired file is in the bundle as
Resources/lib/python2.6/lib-dynload/PyQt4/QtCore.so -- it was correctly
picked up, but the app is not being redirected properly. How is that
supposed to work?
1
0