When i was installing py2exe i had an error asking for wxmsw26uh_vc.dll. so I put it in my exclude dll’s.
but the application seems to need it to run. Does anyone know where this file should be or what i should do to fix this?
I copied the email i posted on py2exe below here, thanks.
Windows pops up with this error,
“This application has failed to start because wxmsw26uh_vc.dll was not found. Re-installing the application may fix this problem.”
the console says this,
"C:\lameness\dist>Lameness.exe
Traceback (most recent call last):
File “Lameness.py”, line 1, in ?
File “Dialogs.pyc”, line 1, in ?
File “wx_init_.pyc”, line 42, in ?
File “wx_core.pyc”, line 4, in ?
File “wx_core_.pyc”, line 12, in ?
File “wx_core_.pyc”, line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
C:\lameness\dist>
"
Anyone know how to fix this?
~Kenny