Re: Where python looks for path

2006-04-08 Thread Philippe Martin
Hi, I had to move the dlls from pywin32_system32 to where python.exe is. PS: if someone has a great desire to have another library included in the package, let me know. Regards, Philippe Philippe Martin wrote: > Hi, > > I am currently packaging python and a few libraries: PyWin32, PySerial

Re: Where python looks for path

2006-04-08 Thread Philippe Martin
PS: I forgot to say that on the win32api import I get a "DLL load failed" Philippe Philippe Martin wrote: > Hi, > > I am currently packaging python and a few libraries: PyWin32, PySerial, > PIL, wxPython, HTML generator, numarray for U3 distribution. > > Basically that means that the complete

Where python looks for path

2006-04-08 Thread Philippe Martin
Hi, I am currently packaging python and a few libraries: PyWin32, PySerial, PIL, wxPython, HTML generator, numarray for U3 distribution. Basically that means that the complete system initially in $path1\host will be moved dynamically to $path2\at execution. To take PIL as an example, I notice w