Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20186
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <andrea.crotti.0@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'bug': 0.02; 'subject:changing': 0.07; 'wrong,': 0.09; 'closely.': 0.16; 'cc:addr:python-list': 0.16; 'url:bugs': 0.17; 'wrote:': 0.18; 'contribute': 0.18; 'cc:no real name:2**0': 0.21; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'received:74.125.82.174': 0.24; 'cc:2**0': 0.26; 'helpful': 0.26; 'function': 0.27; "i'm": 0.28; 'sorry,': 0.29; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'least': 0.30; "didn't": 0.30; 'message-id:@gmail.com': 0.31; 'thread': 0.32; 'header:User-Agent:1': 0.33; 'anything': 0.34; 'responded': 0.34; 'something': 0.35; 'url:python': 0.35; 'received:74.125.82': 0.36; 'post': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'received:192': 0.38; 'doing': 0.38; 'received:74.125': 0.38; 'received:192.168.1': 0.39; 'url:org': 0.39; 'cannot': 0.39; 'follow': 0.61; 'here': 0.64; 'otten': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=U2BSVV3n6xB65cSzP0ihvB/Z6T0XQlKX/KpPX+NEb4Q=; b=kYJRTuD4aZrshsvM5zMFI1GBa3lUseNTM/CTjSV1cX/vJdjHoggvnRctvw9hMfbl8n jIgjnPX6n1DcPPTqMX5QHaDG2U6IZlpAU21lfml10P5zBS0twlddZGygKNe9cKMUGV96 TNp22YuUWBKcjGxl9W7REhvaOArmVykngJDCA= |
| Date | Fri, 10 Feb 2012 20:58:35 +0000 |
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120205 Thunderbird/10.0 |
| MIME-Version | 1.0 |
| To | Peter Otten <__peter__@web.de> |
| Subject | Re: changing sys.path |
| References | <mailman.5303.1328112912.27778.python-list@python.org> <d0253e03-fed0-40db-8a7a-e9195ce92889@k28g2000yqc.googlegroups.com> <4F3516CC.1070401@gmail.com> <4F3528B2.3050806@davea.name> <4F352EE8.1030101@gmail.com> <jh3d0m$s7k$1@dough.gmane.org> <4F3539EA.80004@gmail.com> <jh3ev1$d5v$1@dough.gmane.org> |
| In-Reply-To | <jh3ev1$d5v$1@dough.gmane.org> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Cc | python-list@python.org |
| 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.5677.1328907528.27778.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328907528 news.xs4all.nl 6853 [2001:888:2000:d::a6]:41791 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:20186 |
Show key headers only | View raw
On 02/10/2012 04:00 PM, Peter Otten wrote: > Sorry, you didn't mention that in the post I responded to and I didn't > follow the thread closely. > > I found a description for declare_namespace() at > http://peak.telecommunity.com/DevCenter/PkgResources > > but the text explaining the function is completely unintelligible to me, so > I cannot contribute anything helpful here :( > Well in the end I submitted a bug report http://bugs.python.org/issue13991 I'm not sure it's really a bug and maybe I'm just doing something wrong, but to me the behavior is at least unexpected..
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
changing sys.path Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-01 16:15 +0000
Re: changing sys.path jmfauth <wxjmfauth@gmail.com> - 2012-02-01 09:06 -0800
Re: changing sys.path Rick Johnson <rantingrickjohnson@gmail.com> - 2012-02-01 09:17 -0800
Re: changing sys.path Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-10 13:08 +0000
Re: changing sys.path Dave Angel <d@davea.name> - 2012-02-10 09:24 -0500
Re: changing sys.path Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-10 14:51 +0000
Re: changing sys.path Dave Angel <d@davea.name> - 2012-02-10 10:06 -0500
Re: changing sys.path Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-10 15:14 +0000
Re: changing sys.path Peter Otten <__peter__@web.de> - 2012-02-10 16:27 +0100
Re: changing sys.path Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-10 15:38 +0000
Re: changing sys.path Peter Otten <__peter__@web.de> - 2012-02-10 16:40 +0100
Re: changing sys.path Peter Otten <__peter__@web.de> - 2012-02-10 17:00 +0100
Re: changing sys.path Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-02-10 20:58 +0000
Re: changing sys.path Tim Roberts <timr@probo.com> - 2012-02-02 21:10 -0800
Re: changing sys.path John Nagle <nagle@animats.com> - 2012-02-08 13:43 -0800
csiph-web