Anyone familiar with sciTE?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
smudge
Forum Contributor
Posts: 151
Joined: Sun May 20, 2007 12:13 pm

Anyone familiar with sciTE?

Post by smudge »

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:

Code: Select all

import sys
print sys.version
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:

Code: Select all

>python -u "E:\py\pytest.py"
>The system cannot find the file specified.
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.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Moved to Misc.
Post Reply