glob - python fix standalone exe created by py2exe including pyd/dll -


I have a very simple script and I have it in the exe format py2exe . I had transferred it to a Windows 7 machine that did not have Python.

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

  import import import importpass import urllib2 import import import timing  < / Pre>  

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.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -