[Distutils] win32 installer only works on one machine

Phil Morefield philmorefield at yahoo.com
Wed Oct 20 00:26:45 CEST 2010


Problem solved.

I had been uninstalling and reinstalling unsuccessfully for a while. 
Something must have been messed up with name spaces, because once I rebooted, 
the installer works fine on all machines.  Yeesh. 

 




________________________________
From: Phil Morefield <philmorefield at yahoo.com>
To: Distutils-SIG at python.org
Sent: Tue, October 19, 2010 5:44:13 PM
Subject: [Distutils] win32 installer only works on one machine


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?



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20101019/39d5af3e/attachment.html>


More information about the Distutils-SIG mailing list