py2exe LoadLibrary question

gordon.chapman at gmail.com gordon.chapman at gmail.com
Fri May 11 18:22:53 EDT 2007


Yep, it's the old LoadLibrary failed problem.

I understand that python24.dll is required for the executable to run,
but I'm going to be building a few of these executables and I don't
want to have to bundle python24 along with each one.

We have python24.dll installed in c:/windows/system32, why is
loadlibrary not finding it?

Is there an option I can specify to add c:/windows/system32 to the
loadlibrary search path?

Thanks.




More information about the Python-list mailing list