google-code-export / winpython

Automatically exported from code.google.com/p/winpython
2 stars 1 forks source link

WinPyton 3.3.0-alpha1 problem starting IPython interpreter #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start-up Spyder (fresh, no .spyder2 file in settings)
2. Click on "Open IPython Interpreter"

Traceback (most recent call last):
  File "D:\WinPython-32bit-3.3.0.0alpha1\python-3.3.0\lib\site-packages\spyderlib\widgets\externalshell\startup.py", line 56, in <module>
    from pyreadline import unicode_helper
ImportError: No module named 'pyreadline'

What version of the product are you using? On what operating system?
WinPython 3.3.0-alpha1 on Windows 7 32 bit

Please provide any additional information below.

Original issue reported on code.google.com by gvdey...@gmail.com on 15 Jan 2013 at 9:56

GoogleCodeExporter commented 9 years ago
For now, pyreadline does not support officially Python 3.

I'll include the development version of pyreadline 2.0 in next release.

In the meantime, you may start IPython within Spyder by "starting a new IPython 
kernel". This is the recommended way of using recent versions of IPython like 
v0.13 anyway.

Original comment by pierre.raybaut on 27 Jan 2013 at 10:26

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 21 Apr 2013 at 8:26