Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36891 > unrolled thread

DLLs folder on Windows

Started byPiotr Dobrogost <p@gmane.2013.dobrogost.net>
First post2013-01-16 11:46 +0000
Last post2013-01-16 11:46 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  DLLs folder on Windows Piotr Dobrogost <p@gmane.2013.dobrogost.net> - 2013-01-16 11:46 +0000

#36891 — DLLs folder on Windows

FromPiotr Dobrogost <p@gmane.2013.dobrogost.net>
Date2013-01-16 11:46 +0000
SubjectDLLs folder on Windows
Message-ID<mailman.567.1358336997.2939.python-list@python.org>
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 and I suspect it
should be.

This is a followup to my question "Why doesn't virtualenv create DLLs folder?"
(http://stackoverflow.com/q/6657541/95735) and to the virtualenv's issue 87 -
"Problems creating virtualenv on Windows when Python is not installed for all
users." (https://github.com/pypa/virtualenv/issues/87).

Regards,
Piotr Dobrogost

ps.
This was originaly posted to python-devel see
http://thread.gmane.org/gmane.comp.python.devel/136821

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web