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\
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:\
* 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