How to configure Python in Windows

2008-02-28 Thread cosmo_general
Hi Folks, I just downloaded precompiled Python for Windows, and it runs. Now I have got the command line coding. However, I can't run my python scripts. My python script, foo.py, is located in C:\\\pydir, and I have set the python interpreter on the directory. When I run os.listdir(), I found

Re: How to configure Python in Windows

2008-02-28 Thread cosmo_general
On 2月28日, 下午6时52分, Larry Bates <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi Folks, > > > I just downloaded precompiled Python for Windows, and it runs. Now I > > have got the command line coding. However, I can't run my python > > scripts. My python script, foo.py, is located in C:\

Python installation problem

2008-03-08 Thread cosmo_general
Hi Folks, I downloaded a pre-compiled version 2.5, and intalled it without any error message; and I can command line playing on Python through firing up IDLE or command-line. However, I just can't compile the python file existing in a directory. Today, I tried to fire Python in a DOS window, then