vote up 0 vote down star

I've just started learning Emacs, and decided to start writing Python in it. I tried using C-c C-c to execute the current buffer, but I get the message Searching for program: no such file or directory, python.

I've looked on google, but I'm none the wiser as to how to sort this out (bear in mind I know next to nothing about Emacs!)

flag

There is probably an environment variable you need to set up (maybe PYTHONPATH) or an emacs variable (maybe just PATH?) - delorie.com/gnu/docs/…. Try pointing your emacs path to wherever python is on your path. – Bears will eat you Jul 27 at 21:18
Also, hide1713.wordpress.com/2009/01/…, but I really have no idea what OS you're running... – Bears will eat you Jul 27 at 21:19
Thanks for these anyway! – Skilldrick Jul 27 at 21:43

2 Answers

vote up 0 vote down

Try adding C:\Python26 (or whatever Python you have installed) to the PATH environment variable.

I find python-mode and yasnippet to be useful for writing Python in emacs.

link|flag
Yes, that helps as well! Thanks. – Skilldrick Jul 28 at 8:46
vote up 1 vote down check

I managed to work it out, following the instructions here. I used python-mode.el, when before I had been using Emacs' built-in python.el, but according to emacswiki, "The version in Emacs 22 has a bunch of problems". Hope someone else running Emacs 22 on Windows XP finds this useful one day!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.