"Philippe C. Martin" <[EMAIL PROTECTED]> wrote:
>
>For a few months now, I have been used .pyc script under XP without
>getting the "DOS" box.
You don't usually click on .pyc scripts. You click on .py and .pyw
scripts. .pyw files will not bring up a DOS box.
If you really want .pyc files to run
Hi,
For a few months now, I have been used .pyc script under XP without
getting the "DOS" box.
I just re-installed the scripts on another XP box and am now getting the
DOS box !
Something to do with the registry ?
Regards,
Philippe
--
***
Philippe C. Martin
Snake
Change the association for .pyc files to pythonw.exe
from python.exe.
Larry Bates
Philippe C. Martin wrote:
Hi,
For a few months now, I have been used .pyc script under XP without
getting the "DOS" box.
I just re-installed the scripts on another XP box and am now getting the
DOS box !
Something to
Larry Bates wrote:
Change the association for .pyc files to pythonw.exe
from python.exe.
This might help further (taken from a properly configured
machine):
c:\>assoc .pyc
.pyc=Python.CompiledFile
c:\>ftype Python.CompiledFile
Python.CompiledFile="C:\a\python24\python.exe" "%1" %*
c:\>assoc .pyw
.p