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>

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

Reply via email to