Re: [PythonCE] Problem calling python

2006-04-12 Thread Ed Blake
I've been wondering about that. Don't you get the full path to a script when it is run? Otherwise how would Python know where to find the file it's supposed to execute? How can you open a file without knowing where it is? And if you do know where a script is being run from - shouldn't that be

Re: [PythonCE] Problem calling python

2006-04-12 Thread Luke Dunstan
While you are debugging this, please be aware that unlike most operating systems, Windows CE has no concept of a "current directory" at all. The command prompt gives the illusion of a current directory for convenience but once you start another program it will have no way of knowing what the c

Re: [PythonCE] Problem calling python

2006-04-12 Thread Ali Sabil
Hi again Running python from the command prompt works for me. Did you type the full path to hello.py? If so what is the exact command you used and what was the "current directory" in the command prompt? i didn't use a full path, hello.py was in the current directory, when run with an absolute