Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27948
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'aug': 0.13; 'build.': 0.16; 'gentle': 0.16; 'path:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'hacking': 0.17; 'versions': 0.20; 'install,': 0.22; "i've": 0.23; 'header:User-Agent:1': 0.26; '(see': 0.27; 'compiled': 0.27; 'installing': 0.27; 'header:X-Complaints-To:1': 0.28; 'included': 0.29; "i'm": 0.29; 'install': 0.29; 'framework': 0.30; 'builds': 0.33; 'to:addr:python-list': 0.33; 'recommended': 0.33; 'version': 0.34; 'exist': 0.35; 'path': 0.35; 'pm,': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'previous': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'skip:u 10': 0.60; '26,': 0.65; 'received:204': 0.72; 'article': 0.78; 'cole': 0.84; 'received:204.14': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ned Deily <nad@acm.org> |
| Subject | Re: sys.path in python3.3 |
| Date | Sun, 26 Aug 2012 14:23:13 -0700 |
| References | <CAAu18hc7katbONp7A+-A1pyE8BYySgfaC4FHHKSD8peeQjLMbg@mail.gmail.com> <nad-80CE8C.12211526082012@news.gmane.org> <CAAu18hc8tKnuCqcoiOVyPa1yc9QgvU-BqUOe91r7G3Ye8HG9NA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 204.14.154.191 |
| User-Agent | MT-NewsWatcher/3.5.3b3 (PPC Mac OS X) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3854.1346016213.4697.python-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1346016213 news.xs4all.nl 6947 [2001:888:2000:d::a6]:39970 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27948 |
Show key headers only | View raw
In article <CAAu18hc8tKnuCqcoiOVyPa1yc9QgvU-BqUOe91r7G3Ye8HG9NA@mail.gmail.com>, Nicholas Cole <nicholas.cole@gmail.com> wrote: > On Sun, Aug 26, 2012 at 8:21 PM, Ned Deily <nad@acm.org> wrote: > > In article > > <CAAu18hc7katbONp7A+-A1pyE8BYySgfaC4FHHKSD8peeQjLMbg@mail.gmail.com>, > > Nicholas Cole <nicholas.cole@gmail.com> wrote: > >> In all previous versions of python, I've been able to install packages > >> into the path: > >> > >> ~/Library/Python/$py_version_short/site-packages > >> > >> but in the rc builds of python 3.3 this is no longer part of sys.path. > >> > >> Before I go hacking the install, is there a reason that this path was > >> removed? Is there a recommended way to get it back, or is this a > >> gentle way of pushing us all to use virtualenv rather than installing > >> user-specific packages? > > > > It should be working if you are using an OS X framework build. What is > > the value of sys.path? > > I'm using the compiled version supplied by python.org. The directory needs to exist otherwise the path is not included (see site.py). -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: sys.path in python3.3 Ned Deily <nad@acm.org> - 2012-08-26 14:23 -0700
csiph-web