[Pythonmac-SIG] py2app 0.4.2 recipe errors

michael ferraro michael at possibleworlds.com
Wed Jan 9 18:04:34 CET 2008


after doing  svn checkout of py2app/trunk

	svn co http://svn.pythonmac.org/py2app/py2app/trunk/
	python setup.py install


i get these errors


byte-compiling build/bdist.macosx-10.5-ppc/egg/py2app/recipes/sip.py  
to sip.pyc
   File "build/bdist.macosx-10.5-ppc/egg/py2app/recipes/sip.py", line 10
        def __init__(self):
     ^
SyntaxError: invalid syntax

byte-compiling build/bdist.macosx-10.5-ppc/egg/py2app/ 
script_py2applet.py to script_py2applet.pyc
byte-compiling build/bdist.macosx-10.5-ppc/egg/py2app/util.py to  
util.pyc
creating build/bdist.macosx-10.5-ppc/egg/EGG-INFO
copying py2app.egg-info/PKG-INFO -> build/bdist.macosx-10.5-ppc/egg/ 
EGG-INFO
copying py2app.egg-info/SOURCES.txt -> build/bdist.macosx-10.5-ppc/egg/ 
EGG-INFO
copying py2app.egg-info/dependency_links.txt -> build/ 
bdist.macosx-10.5-ppc/egg/EGG-INFO
copying py2app.egg-info/entry_points.txt -> build/bdist.macosx-10.5- 
ppc/egg/EGG-INFO
copying py2app.egg-info/not-zip-safe -> build/bdist.macosx-10.5-ppc/ 
egg/EGG-INFO
copying py2app.egg-info/requires.txt -> build/bdist.macosx-10.5-ppc/ 
egg/EGG-INFO
copying py2app.egg-info/top_level.txt -> build/bdist.macosx-10.5-ppc/ 
egg/EGG-INFO
creating 'dist/py2app-0.4.2-py2.5.egg' and adding 'build/ 
bdist.macosx-10.5-ppc/egg' to it
removing 'build/bdist.macosx-10.5-ppc/egg' (and everything under it)
Processing py2app-0.4.2-py2.5.egg
removing '/Library/Python/2.5/site-packages/py2app-0.4.2- 
py2.5.egg' (and everything under it)
creating /Library/Python/2.5/site-packages/py2app-0.4.2-py2.5.egg
Extracting py2app-0.4.2-py2.5.egg to /Library/Python/2.5/site-packages
   File "/Library/Python/2.5/site-packages/py2app-0.4.2-py2.5.egg/ 
py2app/recipes/sip.py", line 10
        def __init__(self):
     ^
SyntaxError: invalid syntax

py2app 0.4.2 is already the active version in easy-install.pth
Installing py2applet script to /usr/local/bin

Installed /Library/Python/2.5/site-packages/py2app-0.4.2-py2.5.egg
Processing dependencies for py2app==0.4.2
Searching for modulegraph>=0.7.2
Reading http://pypi.python.org/simple/modulegraph/
Reading http://undefined.org/python/#modulegraph
No local packages or download links found for modulegraph>=0.7.2
error: Could not find suitable distribution for  
Requirement.parse('modulegraph>=0.7.2')
[Woim:Shared/Packages/py2app] mef%



More information about the Pythonmac-SIG mailing list