The python not starting under cmd.exe

durumdara at gmail.com durumdara at gmail.com
Fri Aug 15 03:50:10 EDT 2008


Hi!

nntpman68 írta:

> Did you try
> 
> start test.py
> 
> from the command line?
> 
> Normally this tries to behave as if you clicked on the file from the 
> explorer?
> 
> 
> bye

The associations, filetypes are good:

H:\Dev\ImgOrder>ASSOC .py
.py=Python.File

H:\Dev\ImgOrder>ftype python.file
python.file="C:\Python25\python.exe" "%1" %*

But the start not working. And not only Python Program, but all start 
failed...

In other machines the start "anything.xls", or "anything.html" or 
"anything.jpg" is working good, it is starts the program that associated 
with this file, and open the file.

But in this machine is not working. So it is not pythonic, it is windows 
problem.

Thanks for your help! For everyone who helped me!

	dd




More information about the Python-list mailing list