Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'explicitly': 0.04; 'subject:Windows': 0.09; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:github': 0.09; 'dlls': 0.16; 'message- id:@post.gmane.org': 0.16; 'piotr': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:folder': 0.16; 'sure.': 0.16; 'url:gmane': 0.16; 'url:issues': 0.16; 'url:thread': 0.16; 'url:virtualenv': 0.16; 'windows': 0.19; 'posted': 0.22; 'installed': 0.23; 'header:User-Agent:1': 0.26; 'creating': 0.26; 'guess': 0.27; 'question': 0.27; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; "i'm": 0.29; 'folder': 0.30; 'asking': 0.32; 'url:python': 0.32; 'curious': 0.33; 'to:addr:python-list': 0.33; 'path': 0.35; 'received:org': 0.36; 'created': 0.36; 'but': 0.36; 'url:org': 0.36; 'be.': 0.36; 'loaded': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'being': 0.37; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'ps.': 0.84; 'resides': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Piotr Dobrogost Subject: DLLs folder on Windows Date: Wed, 16 Jan 2013 11:46:10 +0000 (UTC) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 195.117.20.143 (Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358336997 news.xs4all.nl 6858 [2001:888:2000:d::a6]:52293 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36891 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