[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-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
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 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

Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-08 Thread Florian Munz
Nicholas Riley <[EMAIL PROTECTED]> wrote: > In [3]: plist, format, error = >NSPropertyListSerialization.propertyListFromData_mutabilityOption_forma >t_errorDescription_(NSData.dataWithContentsOfMappedFile_(os.path.expand >user('~/Library/Preferences/com.apple.keychainsync.plist')), >NSPropertyList

Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-08 Thread Bob Ippolito
On May 8, 2005, at 6:40 PM, Florian Munz wrote: > Nicholas Riley <[EMAIL PROTECTED]> wrote: > > >> In [3]: plist, format, error = >> NSPropertyListSerialization.propertyListFromData_mutabilityOption_for >> ma >> t_errorDescription_(NSData.dataWithContentsOfMappedFile_ >> (os.path.expand >> user(