[Tutor] scite with python 2.51

lordvader at gmail.com lordvader at gmail.com
Sun Sep 23 17:12:56 CEST 2007


> how do I set up scite editor with python so that I can click check
> syntax and compile from the editor?

You just need to setup your environment's PATH so that it knows where
to find python.  This probably means you need to add "C:/python25" to
your path.  Once you do this, restart scite, and it you will
automatically be able to check syntax / compile (ctrl-1) or execute
(F3) your python code.

In case you don't know how to change your system's PATH variable...

On windows:
http://www.computerhope.com/issues/ch000549.htm

On linux:
http://www.linuxheadquarters.com/howto/basic/path.shtml

-Fred


More information about the Tutor mailing list