> 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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor