> 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 -- http://mail.python.org/mailman/listinfo/python-list