using python2.6 on windows without installation

Miki miki.tebeka at gmail.com
Thu Apr 29 13:20:50 EDT 2010


 > Is it possible to include python26.dll in the application folder or
tell
> python not to look in C:\windows\system32 for its library?
The needed DLLs should be in the PATH. The simplest way is to place
all
the required DLLs next to the python executable.

You can use http://www.dependencywalker.com/ to find out which DLLs
are needed.

HTH,
--
Miki
http://pythonwise.blogspot.com



More information about the Python-list mailing list