help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inferior Python Mode


From: Matt
Subject: Re: Inferior Python Mode
Date: Thu, 09 Aug 2007 15:50:49 -0000
User-agent: G2/1.0

Just for completeness of the thread this is what worked for me

Right click to "My Computer" then go to Properties
Switch to the Advanced tab
At the bottom of the advanced tab click "Environment Variables"
Click "Path" in the bottom list box named System Variables and then
Edit
Add C:\Python25 to the Path list
Each different path should be separated with ;

I also tried adding
(setq load-path (cons "C:/Python25" load-path))
to my .emacs file but it didn't work.

Thanks all for the help.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]