[wxPython-users] py2app and wx
Christopher Barker
Chris.Barker at noaa.gov
Fri Dec 14 15:28:16 PST 2007
James Bigler wrote:
> Well, I'm glad it works now. But I don't know why it had trouble with
> my original configuration.
Because Py2app behaves differently with the Built-in python than a
user-installed one. It assumes that you don't want the built-in one
bundles ('cause it's built-in). It's not smart enough to know which
modules are built-in, so I guess it doesn't include those either.
There are enough issues with Apple's python that it's not recommended
that use it for this kind of thing anyway.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list