Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Ronald Oussoren
On 28 Jul, 2010, at 18:38, Nathan Lemoine wrote: Hey everyone, I've been trying to bundle my script into a standalone Mac application using the most updated version of py2app and Python 2.5 on OSX 10.5.8. I'm getting error messages during the compile procedure and I haven't come across a

Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Ronald Oussoren
On 29 Jul, 2010, at 8:09, Ronald Oussoren wrote: On 28 Jul, 2010, at 18:38, Nathan Lemoine wrote: Traceback (most recent call last): File /Library/Python/2.5/site-packages/py2app-0.5-py2.5.egg/py2app/build_app.py, line 602, in _run self.run_alias() File

[Pythonmac-SIG] py2app x86_64 patch and question

2010-07-29 Thread danodonovan
Hi Ronald, I hope the Euro Python conference went well. I think py2app is a great idea, thanks for your hard work. I've been using py2app 0.5.2 (from SVN) to build a non-native X11 python app. I tweaked setup.py in testing/apptemplate to include: { 'name': 'main-x86_64',

Re: [Pythonmac-SIG] py2app x86_64 patch and question

2010-07-29 Thread Ronald Oussoren
On 29 Jul, 2010, at 14:30, danodonovan wrote: Hi Ronald, I hope the Euro Python conference went well. I think py2app is a great idea, thanks for your hard work. I've been using py2app 0.5.2 (from SVN) to build a non-native X11 python app. I tweaked setup.py in testing/apptemplate to

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-29 Thread Charles Hartman
py2app 0.5.2 fixes everything for me -- 1,002 thanks, Ronald! Charles Hartman On Thu, Jul 29, 2010 at 1:56 AM, Ronald Oussoren ronaldousso...@mac.comwrote: On 28 Jul, 2010, at 9:00, Ronald Oussoren wrote: On 28 Jul, 2010,at 12:08 AM, Charles Hartman co...@conncoll.edu wrote:

Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Ronald Oussoren
On 30 Jul, 2010, at 2:59, Nathan Lemoine wrote: I installed the 0.5.2 update, and I've tried making just a very simple pyglet app to play a movie file so that you all could try it if you want on your python distributions: import pyglet vidPath=video.avi ##put the path to a video file