Re: start .pyo files with doubleclick on windows

2010-01-25 Thread Gabriel Genellina
En Sun, 24 Jan 2010 19:36:53 -0300, News123 escribió: Hi Alf, Alf P. Steinbach wrote: * News123: Hi, I'd like to start .pyo files under windows with a double click. C:\> assoc .pyo .pyo=Python.CompiledFile C:\> ftype python.compiledfile python.compiledfile="C:\Program Files\cpython\

Re: start .pyo files with doubleclick on windows

2010-01-24 Thread News123
Hi Alf, Alf P. Steinbach wrote: > * News123: >> Hi, >> >> >> I'd like to start .pyo files under windows with a double click. > > C:\> assoc .pyo > .pyo=Python.CompiledFile > > C:\> ftype python.compiledfile > python.compiledfile="C:\Program Files\cpython\python31\python.exe" "%1" %* > > C:\

Re: start .pyo files with doubleclick on windows

2010-01-24 Thread Alf P. Steinbach
* News123: Hi, I'd like to start .pyo files under windows with a double click. (I know I can just write a .bat wrapper, but somehow it would be more fun to start with a direct double click) Currently this works if the file does not import any other .pyo file. The problem is, that a doblecl