Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85403
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@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; 'scripts': 0.03; 'subject:Python': 0.06; 'python3': 0.07; 'skip:/ 70': 0.16; 'subject:library': 0.16; 'subject:requests': 0.16; 'wrote:': 0.18; 'module': 0.19; 'feb': 0.22; '(in': 0.22; 'mon,': 0.24; 'header :In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'running': 0.33; 'brian': 0.33; 'subject:the': 0.34; 'test': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'here': 0.66; '2015': 0.84; 'hanging': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=XkSaRDQQJk6i+KpVsLqWuvknIPomLjlzJxTKL+TV/Bw=; b=F8tDq9C2yehtFpDY2K79wjCK/rmtlaz5B+mkTcYejbD6CzdidB4tw/ch8vB9q/P0D8 ABs++qNTqHcmi88huKnZldHl25bzxkWXK5v8tT8XCVypkUGUT41RJCTHXKV3hRH0tgY6 zgam0OkFHsEci0Zla09sApkpgGp+2Qx9Pi1gU0BAeFDpHsWxfMoZbWulRizsMW3i86Av IxfGlPCFhMkjbxgC5azbLJmDEFPHz/ePVMuePiLv4nMvRUnIbf6DumJtG+3izs9vL6iB 9uyKQUrExIhTURI26d0aVPPjIIqB2N6bST64lhShI1wi3VfMgBtEnFZQuhLZ+CrDz7er p5qg== |
| X-Received | by 10.68.65.33 with SMTP id u1mr6094370pbs.114.1423515525219; Mon, 09 Feb 2015 12:58:45 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <97b23ac0-c363-43d0-815e-198354d39c58@googlegroups.com> |
| References | <9b2a1b9d-4f1b-4786-a3a6-2d414074da6f@googlegroups.com> <96003963-8ca1-4b62-811d-05d6f6a5709d@googlegroups.com> <mailman.18576.1423512729.18130.python-list@python.org> <97b23ac0-c363-43d0-815e-198354d39c58@googlegroups.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Mon, 9 Feb 2015 13:58:04 -0700 |
| Subject | Re: Python 3 and the requests library |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18578.1423515534.18130.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1423515534 news.xs4all.nl 2884 [2001:888:2000:d::a6]:50384 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:85403 |
Show key headers only | View raw
On Mon, Feb 9, 2015 at 1:37 PM, Brian <brian.from.fl@gmail.com> wrote: > Zach, > > Here is what I get on the Mac: > > $ python3 -c "import token;print(token.__file__)" > /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/token.py Are you running this from the same directory where you have your test scripts (in case there is also a token module hanging around in that directory)?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 3 and the requests library Brian <brian.from.fl@gmail.com> - 2015-02-09 10:11 -0800
Re: Python 3 and the requests library Brian <brian.from.fl@gmail.com> - 2015-02-09 11:20 -0800
Re: Python 3 and the requests library Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-02-09 14:11 -0600
Re: Python 3 and the requests library Brian <brian.from.fl@gmail.com> - 2015-02-09 12:37 -0800
Re: Python 3 and the requests library Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-09 13:58 -0700
Re: Python 3 and the requests library Brian <brian.from.fl@gmail.com> - 2015-02-09 13:37 -0800
Re: Python 3 and the requests library Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-09 15:42 -0700
Re: Python 3 and the requests library Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-02-09 15:03 -0600
csiph-web