Re: dos box appears when clicking .pyc

2005-02-13 Thread Tim Roberts
"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

dos box appears when clicking .pyc

2005-02-12 Thread Philippe C. Martin
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

Re: dos box appears when clicking .pyc

2005-02-12 Thread Larry Bates
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

Re: dos box appears when clicking .pyc

2005-02-12 Thread Peter Hansen
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