Re: py2exe LoadLibrary question

2007-05-11 Thread Gabriel Genellina
En Fri, 11 May 2007 19:22:53 -0300, <[EMAIL PROTECTED]> escribió: > 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

py2exe LoadLibrary question

2007-05-11 Thread gordon . chapman
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 i