I got it working but I had to manually edit the `pychecker.bat' file in Python26\Scripts . It was using long file names but the batch files need to have short file names. For example "c:\Program Files\Python\..." won't work, it has to be "c:\Progra~1\Python\...".' I also added the `Python26\Scripts' folder to the `Path' environment variable. I use emacs version 22.3 and Python mode is able to access pychecker from the Python menu inside emacs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got it working but I had to manually edit the `pychecker.bat' file in Python26\Scripts . It was using long file names but the batch files need to have short file names. For example "c:\Program Files\Python\..." won't work, it has to be "c:\Progra~1\Python\...".' I also added the `Python26\Scripts' folder to the `Path' environment variable. I use emacs version 22.3 and Python mode is able to access pychecker from the Python menu inside emacs.