Re: [Python-mode] python.el can't find python to execute

2008-10-04 Thread Daniel Wolff
Hello Darren, thank you for your reply. >Are you using the default Windows cmd.exe shell? Yes, and you are right, the "python -i" tip works beautifully. >Is Python on your path? Yes it is. The loveshack fix posted on emacswiki solved the problem. Gratefully, Daniel _

Re: [Python-mode] python.el can't find python to execute

2008-10-04 Thread dsyzling
Hi Daniel, Daniel Wolff wrote: > Hello, I am trying to get python to work with GNU emacs 22.1 on >windows. I am trying to get the default python.el that comes with emacs >to work. I'm using Emacs 22.2.1 on windows with both the Windows python and cygwin python. > In particular, I am having