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