Il Thu, 11 Dec 2008 14:58:16 -0500, jim-on-linux ha scritto: > The first module that is imported is win32api. line 8 of that module > adds to the path the module named 'win32api.pyd'. > The import is is completed without error. > > The next module that is imported is win32ui. line 8 of that module adds > to the path a module named 'win32ui.pyd'. > The search for the win32ui.pyd module seems to be the cause of the > problem. > Traceback: > ImportError: Dll load failed: The specified module could not be found. > > Both modules 'win32api.pyd' and win32ui.pyd are in the same directory.
Have you checked if there is a file named "win32api.pyd" somewhere in the system path (c:\windows\, c:\windows\system32, etc. ) ? Try to add the path to the folder containing your win32api.pyd and win32ui.pyd to the PATH enviroinment variable, before running your application. Giuseppe -- http://mail.python.org/mailman/listinfo/python-list