Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-12 Thread Bob Ippolito
On May 12, 2005, at 5:15 PM, Quentin DECAVEL wrote: > I have compiled pygame 1.6.2 from source on my OS X.2, and then > tried again > py2app. The created application is working fine, but each time I > try to launch > a movie the app quits. The error message tells me that a module is > mis

[Pythonmac-SIG] Problem with a py2app bundle

2005-05-12 Thread Quentin DECAVEL
Hi again, I have compiled pygame 1.6.2 from source on my OS X.2, and then tried again py2app. The created application is working fine, but each time I try to launch a movie the app quits. The error message tells me that a module is missing: 2005-05-12 23:01:36.303 Greenhouse[480] Greenhouse Error

Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-08 Thread Bob Ippolito
On May 8, 2005, at 5:45 PM, Quentin DECAVEL wrote: > Well thanks for all your tips Bob, the app nows quits nicely. All I > need to do > now is to find a replacement for rotor... The standard library has no encryption, so you'll have to look elsewhere (i.e. PyCrypto). > Another question: I ha

[Pythonmac-SIG] Problem with a py2app bundle

2005-05-08 Thread Quentin DECAVEL
Well thanks for all your tips Bob, the app nows quits nicely. All I need to do now is to find a replacement for rotor... Another question: I have used python2.4 to create the bundle, which only works with OS X.3. I have understood that bundles created on OS X.3 may not work on previous versions of

Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-08 Thread Bob Ippolito
On May 8, 2005, at 3:45 AM, Quentin DECAVEL wrote: > Okay I've installed py2app and pygame, plus pyObjC, MacPython 2.4 > and the some > packages versions that were available on the site (the app > complained that it > could not find the PyObjC module), and launched a new bundle > creation, b

[Pythonmac-SIG] Problem with a py2app bundle

2005-05-08 Thread Quentin DECAVEL
Okay I've installed py2app and pygame, plus pyObjC, MacPython 2.4 and the some packages versions that were available on the site (the app complained that it could not find the PyObjC module), and launched a new bundle creation, but this time the application crashed much sooner, and the only trace t

Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-07 Thread Bob Ippolito
On May 7, 2005, at 3:49 AM, Quentin DECAVEL wrote: > The py2app version should be 0.1.8 or 0.1.9, pygame is 1.6 Try again with py2app 0.1.9 and pygame 1.7. Installers for both are available at: http://pythonmac.org/packages/ -bob ___ Pythonmac-S

[Pythonmac-SIG] Problem with a py2app bundle

2005-05-07 Thread Quentin DECAVEL
The py2app version should be 0.1.8 or 0.1.9, pygame is 1.6 ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-06 Thread Bob Ippolito
On May 6, 2005, at 4:45 PM, Quentin DECAVEL wrote: > I've tried py2app to create a bundle of the application I'm working > on right > now. I had no problem during the creation, and the bundle loads > fine, but each > time I try to quit, I get the same nasty quit and the pop-up from > the sy

[Pythonmac-SIG] Problem with a py2app bundle

2005-05-06 Thread Quentin DECAVEL
Hi, I've tried py2app to create a bundle of the application I'm working on right now. I had no problem during the creation, and the bundle loads fine, but each time I try to quit, I get the same nasty quit and the pop-up from the system to tell me that the application unexpectedly quit. Here is th