Emacs for python - autocompletion
Loading...
3,835
Loading...
Uploader Comments (gabrielelanaro)
see all
All Comments (4)
-
Uh, rope is running throughout the tutorial.
-
@gabrielelanaro that didn't help :( Now if I change the file back to (eval-after-load 'python the syntax highlighting doesn't work and it throws an error about not finding the pymacs module
Loading...
This is really weird. I can't open do the rope-open-project command...it throws the [not found] error
tytdfn 8 months ago
@tytdfn You're not the only one, I've found another user with the very same problem, it was because he was using python-mode.el instead of python.el
In epy-python.el there's this line:
(eval-after-load 'python
try changing it in:
(eval-after-load 'python-mode
gabrielelanaro 8 months ago