GNU bug report logs -
#22796
Abnormal Python prompt
Previous Next
Reported by: Amir Dib <dib.amir <at> gmail.com>
Date: Wed, 24 Feb 2016 18:41:02 UTC
Severity: normal
Merged with 21431,
25753,
26326
Found in versions 24.5, 25.1, 25.2, 26.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #9 received at control <at> debbugs.gnu.org (full text, mbox):
merge 32042 25753
quit
Jaan Altosaar <altosaar <at> princeton.edu> writes:
> File "<ipython-input-1-57ce0cd600e5>", line 1, in <module>
> import codecs, os;__pyfile =
> codecs.open('''/var/folders/qr/s_h2rhqj6kdg8qrj0zw2scnw0000gn/T/pyLbk6Vh''',
> encoding='''utf-8''');__code =
> __pyfile.read().encode('''utf-8''');__pyfile.close();os.remove('''/var/folders/qr/s_h2rhqj6kdg8qrj0zw2scnw0000gn/T/pyLbk6Vh''');exec(compile(__code,
> '''/Users/jaan/tmp/test.py''', 'exec'));
> Is there any way to clean up the output, especially the parts involving
> `codecs.open('''/var/folders/qr/s_h2rhqj6kdg8qrj0zw2scnw0000gn/T/pyLbk6Vh'''`?
Try installing gnureadline, as described in etc/PROBLEMS:
*** In Inferior Python mode, input is echoed and native completion doesn't work.
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25753>
This happens when python uses a libedit based readline module, which
is the default on macOS. This can be worked around by installing a
GNU readline based module instead, for example, using setuptools
sudo easy_install gnureadline
And then rename the system's readline so that it won't be loaded:
cd /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
mv readline.so readline.so.bak
See <https://pypi.python.org/pypi/gnureadline> for more details on
installation.
This bug report was last modified 1 year and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.