[Edu-sig] SciTE config question on Win32

Markus Gritsch gritsch@iue.tuwien.ac.at
Sat, 12 May 2001 16:40:11 +0200


> I need a jump start...
>
> SciTE will not run my python scripts yet.
> Does not respond to 'F5: Go'
>
> I opened python.properties
>
> ...
> if PLAT_WIN
>  command.go.*.py=pythonw -u $(FileNameExt)
>  command.go.subsystem.*.py=1
> ...
>
> How should I set this up for running 1.5.2, 2.x etc..

Eiter make python available in your PATH environment varible, or specify the
full path to the python executable.  This way it is easy to switch between
different python installations.

Have fun, Markus