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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to