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.Moderator: General Moderators
Code: Select all
import sys
print sys.versionCode: Select all
>python -u "E:\py\pytest.py"
>The system cannot find the file specified.