[Python-Dev] DLLs folder on Windows (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed Jan 16 02:21:07 CET 2013
- Previous message: [Python-Dev] DLLs folder on Windows
- Next message: [Python-Dev] 2.7.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/15/2013 6:21 PM, Piotr Dobrogost wrote:
I'm curious how dlls from the DLLs folder on Windows are being loaded? As they are not placed in the same folder where python.exe resides I guess they must be loaded by giving the path explicitly but I'm not sure.
They are in .../DLLs, which is in sys.path before .../Lib. I don't know about virtualenv. (Usage questions should go to python-list.)
-- Terry Jan Reedy
- Previous message: [Python-Dev] DLLs folder on Windows
- Next message: [Python-Dev] 2.7.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]