Re: Command line arguments on Vista
- From: "Gabriel Genellina" <gagsl-py@xxxxxxxxxxxx>
- Date: Sat, 13 Jan 2007 10:52:51 -0300
"Duncan Booth" <duncan.booth@xxxxxxxxxxxxxxx> escribió en el mensaje
news:Xns98B69A42F81D3duncanbooth@xxxxxxxxxxxx
It sounds like the registry entry for running Python files is messed up.
Can you go to a command line and see what the command 'ftype Python.File'
displays? (Assuming that command lines and ftype still work on Vista)
The output should be:
Python.File="C:\Python25\python.exe" "%1" %*
but if it only says:
Python.File="C:\Python25\python.exe" "%1"
then you would get the behaviour you observed (on any version of Windows,
not just Vista).
That would happen if the association was not made by the Python installer,
but by the user selecting Python.exe the first time he tried to execute a
Python script by double-clicking on it.
--
Gabriel Genellina
.
- References:
- Command line arguments on Vista
- From: jmike
- Re: Command line arguments on Vista
- From: Duncan Booth
- Command line arguments on Vista
- Prev by Date: Re: How to run external program?
- Next by Date: Re: module file
- Previous by thread: Re: Command line arguments on Vista
- Next by thread: Re: Command line arguments on Vista
- Index(es):
Relevant Pages
|