Problem with exe from py2exe
- From: "Francach" <uid09012_ti@xxxxxxxxxxxxxxxxxxx>
- Date: 30 Oct 2005 02:31:30 -0800
Hi,
I'm using python 2.4.1, wxPython 2.6.1.0 and py2exe 1.6.3 on Windows
XP.
My script runs fine with python, but the .exe produced with py2exe
crashes out with:
Traceback (most recent call last):
File "App1.py", line 4, in ?
File "wx\__init__.pyc", line 42, in ?
File "wx\_core.pyc", line 3163, in ?
AttributeError: 'module' object has no attribute
'wxEVT_SCROLL_ENDSCROLL'
I've looked under
http://starship.python.net/crew/theller/moin.cgi/Py2Exe to see if this
is a known issue, but no luck. Anybody seen this one before?
Thanks,
Martin.
.
- Follow-Ups:
- Re: Problem with exe from py2exe
- From: Andrea Gavana
- Re: Problem with exe from py2exe
- Prev by Date: Re: query a port
- Next by Date: Re: dreaming in Python
- Previous by thread: Re: Examples of Python code compared to other languages
- Next by thread: Re: Problem with exe from py2exe
- Index(es):
Relevant Pages
|