This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg, wesmadrigal
Date 2013-12-18.23:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52B233DD.2080701@egenix.com>
In-reply-to <CADQwG8taOwe9DRV8H6TnAsCYRDtfreC+LT9sNxj1+9Y-DVaatA@mail.gmail.com>
Content
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 ?
History
Date User Action Args
2013-12-18 23:46:43lemburgsetrecipients: + lemburg, wesmadrigal
2013-12-18 23:46:43lemburglinkissue20019 messages
2013-12-18 23:46:42lemburgcreate