Anyone familiar with sciTE?
Posted: Wed Jun 20, 2007 4:08 pm
Hi, I've recently started programming python and have settled on sciTE as an editor of choice, mainly because of the clean design, tabs, and that you can run the program by pushing F5. Anyway, I've installed python and scite on my computer, and wrote a simple concise program:
I go to the windows command line and enter python -u "E:\py\pytest.py". it works, and outputs the version.
In scite, I open the file, and hit f5, the output pane pops up, and says:
Any ideas on why it can't find the file? I've already checked the PATH setting in windows, and the configuration file in scite.
Code: Select all
import sys
print sys.versionIn scite, I open the file, and hit f5, the output pane pops up, and says:
Code: Select all
>python -u "E:\py\pytest.py"
>The system cannot find the file specified.