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
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
-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
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:
>>>>
>>>
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
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
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
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
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.
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
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
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
12 matches
Mail list logo