Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPython not working #2371

Closed
ghost opened this issue Aug 31, 2012 · 1 comment
Closed

iPython not working #2371

ghost opened this issue Aug 31, 2012 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented Aug 31, 2012

I get the following error when I try to run ipython, and I have the latest pyreadline installed.

$ ipython

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/ipython", line 10, in sys.exit(launch_new_instance())
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 415, in launch_new_instance
app.initialize()
File "", line 2, in initialize
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/config/application.py", line 84, in catch_config_error
return method(app, _args, *_kwargs)
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 312, in initialize
self.init_shell()
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 332, in init_shell
ipython_dir=self.ipython_dir)
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/config/configurable.py", line 318, in instance
inst = cls(_args, *_kwargs)
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/frontend/terminal/interactiveshell.py", line 183, in init
user_module=user_module, custom_exceptions=custom_exceptions
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 456, in init
self.init_readline()
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 1712, in init_readline
import IPython.utils.rlineimpl as readline
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/IPython/utils/rlineimpl.py", line 38, in
from pyreadline import *
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/pyreadline/init.py", line 11, in
from . import unicode_helper, logger, clipboard, lineeditor, modes, console
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/pyreadline/modes/init.py", line 3, in
from . import emacs, notemacs, vi
File "/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/pyreadline/modes/emacs.py", line 11, in
import pyreadline.logger as logger
AttributeError: 'module' object has no attribute 'logger'

@minrk
Copy link
Member

minrk commented Aug 31, 2012

Are you on Windows? PyReadline is for Windows only.

@ghost ghost closed this as completed Aug 31, 2012
@minrk minrk added this to the no action milestone Mar 26, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant