Marc-Andre Lemburg added the comment:

On 19.12.2013 00:39, Wes wrote:
> 
> Marc
> 
> Thanks for getting back to me so quickly on this.  I'm running an apple
> version of python from the looks of it.  I was running an Anaconda version
> at the time I posted this script, but I just reset my $PATH variable to use
> the mac factory python and still got the error.
> 
> Python 2.7.5 (default, Sep 12 2013, 21:33:34)
> [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.

That looks pretty much the same.

I suspect that either Apple changed something in their Python
version or that pip is picking up a non-standard platform.py
from somewhere.

Could you check platform.__file__ and sys.version ?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20019>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to