Re: [Pythonmac-SIG] py2app with wxpython

2011-02-28 Thread Gerhard Schmidt
Am 17.02.11 18:12, schrieb Christopher Barker: > On 2/17/11 2:05 AM, Gerhard Schmidt wrote: >> Hi, >> >> i try to generate an app from a wxPython project. >> >> Generation the App runs without an error. But when i try to start the >> App it terminates. > > versions of python (and which binary inst

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-28 Thread Gerhard Schmidt
Hi, Sorry was ill some time. Couldn't reply sooner. Am 17.02.2011 18:12, schrieb Christopher Barker: > On 2/17/11 2:05 AM, Gerhard Schmidt wrote: >> Hi, >> >> i try to generate an app from a wxPython project. >> >> Generation the App runs without an error. But when i try to start the >> App it te

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-22 Thread Brendan Simon (eTRIX)
-SIG] py2app with wxpython From: Ned Deily Date: Sun, 20 Feb 2011 15:46:05 -0800 To: pythonmac-sig@python.org In article<4d61918e.1010...@etrix.com.au>, "Brendan Simon (eTRIX)" wrote: > Do you need to specify 'pythonw' as the interpreter ?? > It may depend on

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-22 Thread Ronald Oussoren
On 22 Feb, 2011, at 12:03, Brendan Simon (eTRIX) wrote: > On 22/02/11 8:57 PM, Ronald Oussoren wrote: >> >> On 21 Feb, 2011, at 12:33, Brendan Simon (eTRIX) wrote: >> >>> On 21/02/11 10:00 PM, pythonmac-sig-requ...@python.org wrote: >>>> >>>

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-22 Thread Brendan Simon (eTRIX)
On 22/02/11 8:57 PM, Ronald Oussoren wrote: > On 21 Feb, 2011, at 12:33, Brendan Simon (eTRIX) wrote: > >> On 21/02/11 10:00 PM, pythonmac-sig-requ...@python.org wrote: >>> Subject: >>> Re: [Pythonmac-SIG] py2app with wxpython >>> From: >>> Ned Deil

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-22 Thread Ronald Oussoren
On 21 Feb, 2011, at 12:33, Brendan Simon (eTRIX) wrote: > On 21/02/11 10:00 PM, pythonmac-sig-requ...@python.org wrote: >> >> Subject: Re: [Pythonmac-SIG] py2app with wxpython >> From: Ned Deily >> Date: Sun, 20 Feb 2011 15:46:05 -0800 >> To: pythonmac-sig@p

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-21 Thread Ned Deily
In article <4d624d92.5070...@etrix.com.au>, "Brendan Simon (eTRIX)" wrote: > I tried again with my Python 2.5.4 install and that does have the problem. > > "pythonw myapp.py" works fine. > > "python myapp.py" fails with the following error. > > Traceback (most recent call last): > File "myap

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-21 Thread Brendan Simon (eTRIX)
On 21/02/11 10:00 PM, pythonmac-sig-requ...@python.org wrote: > Subject: > Re: [Pythonmac-SIG] py2app with wxpython > From: > Ned Deily > Date: > Sun, 20 Feb 2011 15:46:05 -0800 > > To: > pythonmac-sig@python.org > > > In article <4d61918e.1010...@etrix.com

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-20 Thread Ned Deily
In article <4d61918e.1010...@etrix.com.au>, "Brendan Simon (eTRIX)" wrote: > Do you need to specify 'pythonw' as the interpreter ?? > It may depend on python version. I found (on OS X) that Python 2.7 > requires pythonw rather than python to run my wxPython apps. That sounds very suspicious.

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-20 Thread Brendan Simon (eTRIX)
On 18/02/2011 10:00 PM, pythonmac-sig-requ...@python.org wrote: Subject: Re: [Pythonmac-SIG] py2app with wxpython From: Christopher Barker Date: Thu, 17 Feb 2011 09:12:36 -0800 To: pythonmac-sig@python.org On 2/17/11 2:05 AM, Gerhard Schmidt wrote: Hi, i try to generate an app from a

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-17 Thread Christopher Barker
On 2/17/11 2:05 AM, Gerhard Schmidt wrote: Hi, i try to generate an app from a wxPython project. Generation the App runs without an error. But when i try to start the App it terminates. versions of python (and which binary install), py2app, wxPython, OS-X ? The logs show that import wx does

[Pythonmac-SIG] py2app with wxpython

2011-02-17 Thread Gerhard Schmidt
Hi, i try to genrate an app from a wxPython project. Generation the App runs without an error. But when i try to start the App it terminates. The logs show that import wx doesn't work. What am i missing. Regards Gerhard import os, sys, glob from setuptools import setup, find_packages APP