The python not starting under cmd.exe

Fredrik Lundh fredrik at pythonware.com
Fri Aug 15 03:58:48 EDT 2008


durumdara at gmail.com wrote:

> 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.

you might want to check if your antivirus/security software is somehow 
involved with this (that's more likely on corporate machines, though, 
where admins love to set corporate-wide "policies" that mess things up 
for programmers ;-).

</F>




More information about the Python-list mailing list