I'm putting together a Windows installer for a module. A pre-built DLL file is
being included. I use the command:
"python setup.py bdist_wininst"
with a couple of module specific commands and there are no warning or errors.
As
far as I can tell everything is built correctly. When I execute the installer
on
that same machine, the module imports fine and I'm off and running.
But when I use the same installer on a different machine, the module will not
import correctly. The error message is:
ImportError: DLL load failed: The specified module could not be found.
The DLL is being placed in "C:\Python26\DLLs". That location is in sys.path. I
see all of the same files on both machines (so far). I'm totally lost.
Can anyone throw some ideas out there? Are there any details I can provide that
might help?
_______________________________________________
Distutils-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig