Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'locked': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; '(2.6': 0.16; 'desktop.': 0.16; 'from:addr:yahoo.com.ar': 0.16; 'permissions.': 0.16; 'win7': 0.16; 'windows': 0.26; 'charset:iso-8859-15': 0.30; 'sun,': 0.30; 'tightly': 0.30; 'it.': 0.31; 'define': 0.31; 'usually': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'there': 0.35; 'header:User- Agent:1': 0.35; 'using': 0.35; 'received:org': 0.38; 'subject:: ': 0.38; 'user': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'ray': 0.65; 'alternative': 0.71; '-0300,': 0.84; 'genellina': 0.84; 'gabriel': 0.91; 'received:186': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Gabriel Genellina" Subject: Re: Alternatives to PythonPath Date: Wed, 01 Jun 2011 00:54:08 -0300 References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 186.19.171.200 User-Agent: Opera Mail/11.10 (Win32) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306900475 news.xs4all.nl 49179 [::ffff:82.94.164.166]:46284 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6783 En Sun, 29 May 2011 18:49:28 -0300, ray escribió: > I am using Win7 on a tightly locked down desktop. > > Is there an alternative to using PythonPath? > > What are the trade-offs? Usually there is no need to define the PYTHONPATH variable; I never use it. There is a per-user site-packages directory (2.6 and up), on Windows it is located at %APPDATA%\Python\PythonXX\site-packages. Every user gets its own %APPDATA% directory, with read and write permissions. -- Gabriel Genellina