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 mrichman
Recipients barry, jcea, mkleehammer, mrichman, ned.deily, nneonneo, python-dev, ronaldoussoren
Date 2013-10-30.19:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANxy4ubgvX=LoLRaTzCh1J-2ZztShHgt75FwdXSVRpf6eEZRVQ@mail.gmail.com>
In-reply-to <1383161545.47.0.000314231157573.issue18458@psf.upfronthosting.co.za>
Content
My mistake. I'm using
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

--
*Mark Richman*
web: www.markrichman.com
email: mark@markrichman.com
tel: (954) 234-9049
http://www.linkedin.com/in/mrichman

On Wed, Oct 30, 2013 at 3:32 PM, Ned Deily <report@bugs.python.org> wrote:

>
> Ned Deily added the comment:
>
> Mark, I'm not sure I understand what you saw but the patch script will
> cause a Python crash as part of its testing so that is to be expected.  You
> should not have to run the script using sudo.  This script also only
> applies to Pythons installed from python.org (or otherwise installed into
> /Library/Frameworks).  Please check which python you are using.  Using
> whatever command name you enter to start the failing python, try the
> following (I'll assume you use "python2.7"):
>
> type python2.7
> which python2.7
> python2.7 -c "import sys;print(sys.version)"
> python2.7 -c "import sys;print(sys.executable)"
>
> The value for sys.executable should be:
>
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
>
> In any case, you could manually rename _readline.so as shown in one of the
> earlier messages (substituting "2.7" for "3.3").  Or you could install
> 2.7.6rc1.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue18458>
> _______________________________________
>
History
Date User Action Args
2013-10-30 19:37:17mrichmansetrecipients: + mrichman, barry, jcea, ronaldoussoren, nneonneo, mkleehammer, ned.deily, python-dev
2013-10-30 19:37:17mrichmanlinkissue18458 messages
2013-10-30 19:37:16mrichmancreate