Re: Getting Python to run Python Scripts in cygwin

2008-06-19 Thread Jason Tishler
Calvin, On Fri, Jun 20, 2008 at 12:14:03AM +0800, Calvin Cheng wrote: > This may be a cygwin issue but I was hoping to get some answers here > as well if someone has fixed this problem before. > > Basically, I am able to run "python .py" python files in > command prompt. Unfortunately, I can't s

Re: Getting Python to run Python Scripts in cygwin

2008-06-19 Thread kretik
You do have Python installed in Cygwin, right? It's an optional component, IIRC? If it is then it should have set the symlink in /usr/bin to wherever it's installed. Calvin Cheng wrote: Hi guys, This may be a cygwin issue but I was hoping to get some answers here as well if someone has fixe

Re: Getting Python to run Python Scripts in cygwin

2008-06-19 Thread Cédric Lucantis
Le Thursday 19 June 2008 18:14:03 Calvin Cheng, vous avez écrit : > Hi guys, > > This may be a cygwin issue but I was hoping to get some answers here > as well if someone has fixed this problem before. > > Basically, I am able to run "python .py" python files in > command prompt. Unfortunately, I

Getting Python to run Python Scripts in cygwin

2008-06-19 Thread Calvin Cheng
Hi guys, This may be a cygwin issue but I was hoping to get some answers here as well if someone has fixed this problem before. Basically, I am able to run "python .py" python files in command prompt. Unfortunately, I can't seem to get it to work in cygwin. I always get an error that says: pyth