Python-2.5.exe?

Fredrik Lundh fredrik at pythonware.com
Wed Nov 15 16:31:26 EST 2006


John Salerno wrote:

>> python doesn't depend on the registry settings for normal use, so
>> you can simply install python as usual, copy python25.dll from 
>> c:\windows\system32 to c:\python25, and then copy (or move) the
>> entire c:\python25 tree to your USB drive.
> 
> Is it safe to assume that if you do this, Python first looks in 
> C:\Python25 for the dll file, before trying to find the non-existent (on 
> the USB drive) C:\Windows\System32?

Python looks for a DLL in the same directory as the EXE before it looks 
anywhere else (this is standard Windows behaviour).

</F>




More information about the Python-list mailing list