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 wesmadrigal
Recipients lemburg, ned.deily, wesmadrigal
Date 2013-12-19.00:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADQwG8uKztWWSQHdw1CXZe3g4zr-EK9v+3cCKSkEGgxtLPdreA@mail.gmail.com>
In-reply-to <CADQwG8uPQ0LPfzR-bT_O3nYeVFDQxmS8UU0=UObwiFwvn8F6=w@mail.gmail.com>
Content
The shitty part is, you pretty much need anaconda to run iPython notebook
on a mac.

On Wed, Dec 18, 2013 at 6:08 PM, Wes Madrigal <wesley7879@gmail.com> wrote:

> I just commented out the _sys_version_parser regular expression in
> anaconda/lib/python2.7/platform.py on line 1363 and replaced it with the
> _sys_version_parser from /usr/lib/python2.7/platform.py and everything
> worked fine.
>
>
> On Wed, Dec 18, 2013 at 5:53 PM, Ned Deily <report@bugs.python.org> wrote:
>
>>
>> Ned Deily added the comment:
>>
>> The version string does not match either the Apple-supplied Python in
>> 10.8 (Mountain Lion) nor that of a python.org Python.  The "anaconda"
>> directory name suggests this is probably a Python from the Anaconda
>> Scientific distribution.  There have been other issues with _sys_version as
>> reported on their bug tracker; see
>> https://github.com/ContinuumIO/anaconda-issues/search?q=_sys_version&type=Issues
>>
>> ----------
>> nosy: +ned.deily
>>
>> _______________________________________
>> Python tracker <report@bugs.python.org>
>> <http://bugs.python.org/issue20019>
>> _______________________________________
>>
>
>
History
Date User Action Args
2013-12-19 00:08:52wesmadrigalsetrecipients: + wesmadrigal, lemburg, ned.deily
2013-12-19 00:08:52wesmadrigallinkissue20019 messages
2013-12-19 00:08:52wesmadrigalcreate