I just downloaded GNU emacs23.4, and I already have python3.2 installed in Windows7.
I have been using Python IDLE to edit python files.
The problem is that I ca
You probably need to have Python in your windows PATH environment variable. Can you start the interpreter just by typing python
in the command window?
I don't have anything special in my emacs.el
, but the start interpreter command works just fine.
Also, I recommend reading this blog post, as it contains many useful tips and packages worth installing if using Emacs as a Python IDE.