Python 3 and the requests library

Ian Kelly ian.g.kelly at gmail.com
Mon Feb 9 15:58:04 EST 2015


On Mon, Feb 9, 2015 at 1:37 PM, Brian <brian.from.fl at 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)?



More information about the Python-list mailing list