Re: [Pythonmac-SIG] py2app error

2010-08-01 Thread Nathan Lemoine
I'm using the most recent 1.1.4 version of pyglet, which I installed from the binary and I'm using the 2.5.1 version of Python that shipped with OS X 10.5. Would updating python fix the problem? On Aug 1, 2010, at 2:55 AM, Ronald Oussoren wrote: On 31 Jul, 2010, at 23:02, Nath

Re: [Pythonmac-SIG] py2app error

2010-07-31 Thread Nathan Lemoine
ster.py", line 1, in import pyglet ImportError: No module named pyglet Is there a way to manually add the path for pyglet to py2app's search or in the setup.py file to force the module to be loaded? On Jul 30, 2010, at 1:54 AM, Ronald Oussoren wrote: On 30 Jul, 2010, at 2:59, Nath

Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Nathan Lemoine
er Error' and brought me to the MacPython website. I'm not sure how to find out what the issue is with the aliased bundle. Thanks for the help so far! I really appreciate it. I don't think I could figure this out on my own On Jul 29, 2010, at 2:34 AM, Ronald Oussoren wrote:

[Pythonmac-SIG] py2app error

2010-07-28 Thread Nathan Lemoine
2.5/ site-packages/py2app-0.5-py2.5.egg/py2app/apptemplate/prebuilt/main- i386' > /System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/shutil.py(53)copyfile() -> fsrc.close() I went into the Python Framework folder and the only prebuilt executeable in there i

[Pythonmac-SIG] python and py2app help

2010-07-22 Thread Nathan Lemoine
Hi, I was wondering if someone could help me with a problem I'm having bundling my python script (originally built with the 2.5 version of Python that ships with OS X 10.5) with py2app. I've basically run through all the online help I can find on how to make it work (several times) and n