Re: [Pythonmac-SIG] py2app and setuptools , import error (osx 10.6.3, system python)

2010-06-12 Thread Massimo Di Stefano
Python has a simlink in "/usr/local/bin" but it is the system python. setuptools doesn't work ... i tried to reinstall it from source and now i'm able to import both setuptools and py2app. python -v give me : MacBook-Pro-15-di-Massimo-Di-Stefano:~ sasha$ which python /usr/local/bin/python MacBo

Re: [Pythonmac-SIG] py2app and setuptools , import error (osx 10.6.3, system python)

2010-06-12 Thread Ronald Oussoren
On 12 Jun, 2010, at 4:13, Massimo Di Stefano wrote: > > > but if i try to run the example from PyObjc : > > PyObjCExample-ImageBrowser > > i have this log : > > PyObjCExample-ImageBrowser sasha$ python main.py > /Library/Python/2.6/site-packages/pyobjc_framework_Cocoa-2.2-py2.6-macosx-10.6-

Re: [Pythonmac-SIG] py2app and setuptools , import error (osx 10.6.3, system python)

2010-06-12 Thread Massimo Di Stefano
Hi, i tried to run py2app on the setup.py file, python setup.py py2app i had this log : http://www.geofemengineering.it/data/py2app_log.txt it ends with a pdb shell :-/ , this the results if i try to run the generated .app : http://www.geofemengineering.it/data/log.png Thanks to help me.

Re: [Pythonmac-SIG] py2app and setuptools , import error (osx 10.6.3, system python)

2010-06-12 Thread Ronald Oussoren
Yikes, the 64-bit py2app bug strikes again. I'm going to fix this next week, Ronald On Jun 12, 2010, at 7:47, Massimo Di Stefano wrote: > Hi, > > i tried to run py2app on the setup.py file, > > python setup.py py2app > > i had this log : > > http://www.geofemengineering.it/data/py2app_log.

Re: [Pythonmac-SIG] py2app and setuptools , import error (osx 10.6.3, system python)

2010-06-12 Thread Massimo Di Stefano
Seems Py2app search a .so in the wrong place can this log help ? : MacBook-Pro-15-di-Massimo-Di-Stefano:PyObjCExample-ImageBrowser sasha$ ./dist/ImageBrowser.app/Contents/MacOS/ImageBrowser Traceback (most recent call last): File "/Users/sasha/Downloads/PyObjCExample-ImageBrowser/dist/Image

Re: [Pythonmac-SIG] py2app and setuptools , import error (osx 10.6.3, system python)

2010-06-12 Thread Massimo Di Stefano
i'll update my Py2app installation after your fix, just ping me when a test is needed. Thanks! Il giorno 12/giu/2010, alle ore 17.03, Ronald Oussoren ha scritto: > Yikes, the 64-bit py2app bug strikes again. > > I'm going to fix this next week, > > Ronald > > On Jun 12, 2010, at 7:47, Ma