[Pythonmac-SIG] Getting an Error When Running App built with Py2app

Chris Barker Chris.Barker at noaa.gov
Wed Jun 8 07:12:18 CEST 2011


On 6/7/11 7:38 PM, Mike wrote:
> Hi,
> I built my python program using Py2app, using the default setup.py
> script. I'm running Mac OSX Snow Leopard 64 bit.

which python are you using? Py2app is really expected to work right with 
Apple's built-in python (it can't include python itself)

> ImportError:
> '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/wx/_core_.so'
> not found

This looks like it's looking for wx in Apple's python.

I'd install the python from python.org, and try again with that. It's 
probably what you ultimately want 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 Pythonmac-SIG mailing list