problem at installing phyton on windows

Paul Boddie paul at boddie.org.uk
Sun Mar 25 14:16:16 EDT 2007


gslm wrote:
> Hi!
> I'm too new on phyton.I have installed phyton.But when I write phyton
> command, unfortunately, i can't run.I suppose that it is bacause of
> setting path.But i can't solve.
> Can you help?

It's "python" you should be typing, of course. If that doesn't work
then it may be a PATH issue, yes.

> Another thing is, when i double click the .py file, there are the
> project form and the command line.How can i provide to view only the
> project?

I think you need to rename the .py file so that it ends with .pyw -
this stops the command line window from opening, but it's only useful
if you are running a graphical program, obviously.

Paul




More information about the Python-list mailing list