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

2011-06-07 Thread Chris Barker
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) ImportErro

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

2011-06-07 Thread Mike
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 downloaded and installed WXPython from wxpython.org. N

Re: [Pythonmac-SIG] debugging bus error on launch [py2app]

2011-06-07 Thread Ronald Oussoren
On 6 Jun, 2011, at 9:56, Jeffrey O'Neill wrote: > > On Mon, Jun 6, 2011 at 10:04 AM, Ronald Oussoren > wrote: > > The setup file looks fine. What you could try is to build using '--no-strip' > and then use 'gdb ./dist/OpenSTV.app/Contents/MacOS/OpenSTV'. With some luck > this gives a hint