|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
py2app and modulegraph>=0.7.2dev ?I haven't used py2app for a long time, and never successfully on my
current computer. - I'm on OS X Leopard 10.5.4 - Earlier this year I tried installing/using py2app with the system python, which sorta worked, but only on my machine and definitely not on Tiger... - I just installed Python 2.5.2 from python.org, which is what I'm trying to install py2app to use with now and here's what I'm running into: $ sudo /Library/Frameworks/Python.framework/Versions/Current/bin/easy_install py2app Searching for py2app Best match: py2app 0.4.2 Processing py2app-0.4.2-py2.5.egg py2app 0.4.2 is already the active version in easy-install.pth Installing py2applet script to /Library/Frameworks/Python.framework/Versions/2.5/bin Using /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.4.2-py2.5.egg Processing dependencies for py2app Searching for modulegraph>=0.7.2dev Reading http://pypi.python.org/simple/modulegraph/ Reading http://undefined.org/python/#modulegraph No local packages or download links found for modulegraph>=0.7.2dev error: Could not find suitable distribution for Requirement.parse('modulegraph>=0.7.2dev') $ echo $PATH /Library/Frameworks/Python.framework/Versions/Current/bin/:/usr/local/bin $ echo $PYTHONPATH /Library/Python/2.5/site-packages I can't find any "modulegraph" on the web except a 0.7 and a 0.7.1 version. What am I missing? I'm just trying to package up a 1-file python script as an App that will work on Tiger... ~ Nathan _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@... http://mail.python.org/mailman/listinfo/pythonmac-sig |
|
|
Re: py2app and modulegraph>=0.7.2dev ?Do easy_install modulegraph==dev, however I also has a few issues with
other things and had to easy_install macholib==dev and py2app==dev also to make everything I was doing work.. YMMV That should take care of it. Best of luck, Joe Losco On Sep 7, 2008, at 11:45 PM, Nathan wrote: > I haven't used py2app for a long time, and never successfully on my > current computer. > > - I'm on OS X Leopard 10.5.4 > - Earlier this year I tried installing/using py2app with the system > python, which sorta worked, but only on my machine and definitely not > on Tiger... > - I just installed Python 2.5.2 from python.org, which is what I'm > trying to install py2app to use with now > > and here's what I'm running into: > > $ sudo /Library/Frameworks/Python.framework/Versions/Current/bin/ > easy_install > py2app > Searching for py2app > Best match: py2app 0.4.2 > Processing py2app-0.4.2-py2.5.egg > py2app 0.4.2 is already the active version in easy-install.pth > Installing py2applet script to > /Library/Frameworks/Python.framework/Versions/2.5/bin > > Using /Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/py2app-0.4.2-py2.5.egg > Processing dependencies for py2app > Searching for modulegraph>=0.7.2dev > Reading http://pypi.python.org/simple/modulegraph/ > Reading http://undefined.org/python/#modulegraph > No local packages or download links found for modulegraph>=0.7.2dev > error: Could not find suitable distribution for > Requirement.parse('modulegraph>=0.7.2dev') > > $ echo $PATH > /Library/Frameworks/Python.framework/Versions/Current/bin/:/usr/ > local/bin > > $ echo $PYTHONPATH > /Library/Python/2.5/site-packages > > I can't find any "modulegraph" on the web except a 0.7 and a 0.7.1 > version. What am I missing? I'm just trying to package up a 1-file > python script as an App that will work on Tiger... > > ~ Nathan > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG@... > http://mail.python.org/mailman/listinfo/pythonmac-sig > _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@... http://mail.python.org/mailman/listinfo/pythonmac-sig |
| Free Forum Powered by Nabble | Forum Help |