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. -- http://mail.python.org/mailman/listinfo/python-list