[Python-Dev] DLLs folder on Windows
Terry Reedy
tjreedy at udel.edu
Wed Jan 16 02:21:07 CET 2013
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
More information about the Python-Dev
mailing list