Py2exe problem with wxPython 2.5.3

L

Lad

I use wxPython 2.5.3 with PythonWin 2.3.4. I have a script that can be
run
from Python without any problems. But when I try to run the compiled
script( with Py2exe) I get

Traceback (most recent call last):
File "start.py", line 1, in ?
File "rgs.pyc", line 17, in ?
File "wxPython\__init__.pyc", line 10, in ?
File "wxPython\_wx.pyc", line 3, in ?
File "wxPython\_core.pyc", line 15, in ?
ImportError: No module named _core

(Although Py2Exe did not report that the modul is missing after
compilation.)

Where can be a problem?
Thanks for help
Lad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

py2exe breaking wxPython? 2
wxPython, py2exe, UnicodeDecodeError 2
Py2exe 0
Py2exe problem with pyqt+matplotlib 1
SQLalchemy+py2exe+pymssql error 0
wxPython 0
Problem with exe from py2exe 1
py2exe problem 1

Members online

No members online now.

Forum statistics

Threads
474,212
Messages
2,571,101
Members
47,695
Latest member
KayleneBee

Latest Threads

Top