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

2011-06-08 Thread Ronald Oussoren
On 8 Jun, 2011, at 15:15, Christopher Barker wrote: > Ronald Oussoren wrote: That should be "is really *NOT* expected to work right...". :) > >> And that's wrong. Py2app should work just fine with Apple's python, >> and then creates a semi-standalone app bundle that doesn't include >> Pytho

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

2011-06-08 Thread Christopher Barker
Ronald Oussoren wrote: That should be "is really *NOT* expected to work right...". :) And that's wrong. Py2app should work just fine with Apple's python, and then creates a semi-standalone app bundle that doesn't include Python itself. The advantage is a smaller application bundle, the disadva

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

2011-06-08 Thread Ronald Oussoren
On 7 Jun, 2011, at 19:38, 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. My project uses WX. Initially, I was > getting an error import error: no module named wx when I ran the app, so I > went and do

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

2011-06-08 Thread Ronald Oussoren
On 8 Jun, 2011, at 8:29, Christopher Barker wrote: > Chris, > > I think your note didn't get posted to the list (you have to "reply all"), so > here it is: > > Chris Weisiger wrote: >> On Tue, Jun 7, 2011 at 10:12 PM, Chris Barker > which python are you using? Py2app is really expected to work

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

2011-06-08 Thread Christopher Barker
Chris, I think your note didn't get posted to the list (you have to "reply all"), so here it is: Chris Weisiger wrote: On Tue, Jun 7, 2011 at 10:12 PM, Chris Barker which python are you using? Py2app is really expected to work right with Apple's built-in python (it can't include pytho