Re: Weird invisible arguments issues with Windows

2009-01-29 Thread Gabriel Genellina
En Thu, 29 Jan 2009 19:31:08 -0200, Uberman escribió: You all seem to be pointing at the same thing, and on my system, I show: C:\Users\Administrator>ftype python.file python.file="D:\Python26\python.exe" "%1" %* and C:\Users\Administrator>assoc .py .py=Python.File Which all

Re: Weird invisible arguments issues with Windows

2009-01-29 Thread Uberman
Tim Golden wrote: > What does your association look like? Try ftype; should be something > like this: > > H:\>ftype python.file > python.file="C:\Python26\python.exe" "%1" %* Then, Chris Hulan wrote: > on my XP system, in the registry under HKEY_CLASSES_ROOT\Applications > \python.exe\shell\open

Re: Weird invisible arguments issues with Windows

2009-01-29 Thread Chris Hulan
On Jan 29, 11:35 am, Uberman wrote: > I've installed Python 2.6.1 (AMD64) under Windows Vista Ultimate 64-bit. > > First off, it didn't register the extension for .PY (although it did register > .PYC). > > After manually associating the .PY extension with the python.exe executable, I > am now gett

Re: Weird invisible arguments issues with Windows

2009-01-29 Thread MRAB
Uberman wrote: I've installed Python 2.6.1 (AMD64) under Windows Vista Ultimate 64-bit. First off, it didn't register the extension for .PY (although it did register .PYC). After manually associating the .PY extension with the python.exe executable, I am now getting some weirdness on the comman

Re: Weird invisible arguments issues with Windows

2009-01-29 Thread Tim Golden
Uberman wrote: I've installed Python 2.6.1 (AMD64) under Windows Vista Ultimate 64-bit. First off, it didn't register the extension for .PY (although it did register .PYC). After manually associating the .PY extension with the python.exe executable, I am now getting some weirdness on the comman

Weird invisible arguments issues with Windows

2009-01-29 Thread Uberman
I've installed Python 2.6.1 (AMD64) under Windows Vista Ultimate 64-bit. First off, it didn't register the extension for .PY (although it did register .PYC). After manually associating the .PY extension with the python.exe executable, I am now getting some weirdness on the command line. When I r