glob - python fix standalone exe created by py2exe including pyd/dll -
I have a very simple script and I have it in the When I run it, I receive the following error: LoadLibrary (pythondll) failed <> Specified Module Not Found. C: \ PYTHON27.DLL I tried reading and testing some code with dll but nothing was there. How can I include this? If this helps, my Python script only imports the original stuff You must distribute the DLL in the same directory as your executable, or the environment path on the machine Where you want to run executable. exe format
py2exe . I had transferred it to a Windows 7 machine that did not have Python.
import import import importpass import urllib2 import import import timing < / Pre>
Comments
Post a Comment