SciTE config question on Win32
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.. I quite often need to switch between python. Various applications including Zope have their own python. thanks ./Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology']
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
participants (2)
-
Jason Cunliffe
-
Markus Gritsch