Comment 23 for bug 155681

Revision history for this message
sebek (sebeeek) wrote :

era : Thank you for your answer.
The python.el.gz was correctly installed.
I found my problem, my .emacs contained :
     (autoload 'python-mode "python-mode" "Python editing mode." t)
It seems that once you tried to activate python mode at startup, it will never starts correctly.
I just commented this line and it is working.