Closed dschrempf closed 6 years ago
Hello, and thanks for the report! If you add (setenv "IPY_TEST_SIMPLE_PROMPT" "1")
to your config file and restart, does the problem persist?
Hello! Yes, then it works. I get two (maybe unrelated) warnings though:
Shell native completion is disabled, using fallback
Warning (python): Your ‘python-shell-interpreter’ doesn’t seem to support readline, yet ‘python-shell-completion-native’ was t and "ipython" is not part of the ‘python-shell-completion-native-disabled-interpreters’ list. Native completions have been disabled locally.
Yeah, there's a whole lot of confusion going on with IPython 5's new prompt behavior. I hope it'll get fixed in Emacs at some point.
Thank you! Been trying everything to try fix. This worked
@jorgenschaefer Thanks!
This is now documented here: http://elpy.readthedocs.io/en/latest/ide.html#interpreter-setup
I use the rope backend.
With
(elpy-use-ipython)
: when I open a Python file for the first time, I get the following error messageWhen I open the same file another time, it works. The error reappears if I open another Python file.
Please let me know if I can provide further logs or debugging information.