
keithb at bailworthsolutions
Jul 6, 2008, 3:33 AM
Post #1 of 1
(83 views)
Permalink
|
|
Python / WxPython error message
|
|
Dear All, Any help on this would be hugely appreciated. I have had a Python programme written for me, but when I try to run it, I get the following error message: /*Traceback (most recent call last): File "iTeddyConverter.py", line 3, in <module> File "zipextimporter.pyc", line 82, in load_module File "iTeddyConverterPanel.pyc", line 4, in <module> File "zipextimporter.pyc", line 98, in load_module ImportError: MemoryLoadLibrary failed loading win32file.pyd*/ I hav etrawled through the net trying to find a resolution but nothing works. I tried putting the DLL msvcp71.dll in the system32 folder but that made no difference. Please help if you can. Thanks Keith -- http://mail.python.org/mailman/listinfo/python-list
|