Re: [Pythonmac-SIG] py2app refresher?

2009-07-21 Thread Ned Deily
In article <537a9633-8103-44e5-b80b-d50094f11...@conncoll.edu>, Charles Hartman wrote: > On Jul 21, 2009, at 6:00 AM, pythonmac-sig-requ...@python.org wrote: > > Try upgrading to py2app (0.4.2) from svn trunk. One of the items in > > the > > news file there: > > "Remove dependency on a 'versio

[Pythonmac-SIG] pyobjc and multiprocessing

2009-07-21 Thread Preston Holmes
I'm wondering if there is a way to "repair" the broken interaction between pyobjc and the multiprocessing module I'm trying out. Trying to fire up a runloop inside a forked process (a multiprocessing.Process object) gives the following: The process has forked and you cannot use this CoreFou

[Pythonmac-SIG] What py2app options keyword will add everything within a package?

2009-07-21 Thread Dave Peterson
I'm trying to use py2app to build an app bundle for an application that, at runtime, imports different backend packages based on the environment it finds itself running in. It then uses a redirect mechanism to import symbols from within this backend package. Since I know what I'm bundling, I

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 75, Issue 14

2009-07-21 Thread Charles Hartman
On Jul 21, 2009, at 6:00 AM, pythonmac-sig-requ...@python.org wrote: Try upgrading to py2app (0.4.2) from svn trunk. One of the items in the news file there: "Remove dependency on a 'version.plist' file in the python framework" Something like this (untested) should work (and avoid potential

Re: [Pythonmac-SIG] py2app refresher?

2009-07-21 Thread Ned Deily
In article <338812e1-826d-42d3-a70c-0ba83e529...@conncoll.edu>, Charles Hartman wrote: > Sorry, I know this is elementary. I haven't used py2app in a couple > of years and I think things have changed. I'm using Python 2.6.2, > wxPython (current), py2app 0.3.6, and a fresh download of setupt