i tested with pycripter v 1.9.9.6 on two different machines (both
vista). here is what exactly happens:
i start up pyscripter. an os.getcwd() executed in the internal
interactive interpreter shows me: 'C:\\Windows\\system32'
i write a script with this content:
import os
print is.getcwd()
and save it at C:\Users\Username\code\cwd.py
now i run it from within pyscripter (F9)
the scripts output is fine. it says C:\Users\Username\code
but another os.getcwd() in the integrated interactive python shell
still gives me: 'C:\\Windows\\system32'
it would be convenient to have it autoswichted to the cwd of the last
run script...
(my system32 folder is full with .pickle files by now ;.)
regards
titusz