Re: [Python-Dev] DLLs folder on Windows

2013-01-15 Thread Terry Reedy
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 s

[Python-Dev] DLLs folder on Windows

2013-01-15 Thread Piotr Dobrogost
Hi! 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. I'm asking because there's no DLLs folder being created when creating virtualenv