I like python.

Fidel fidel.andrade at gmail.com
Fri Oct 20 15:57:59 EDT 2006


Renaming the file doesn't work. I am on windows... There is a specific
line of code that tells python not to bother even opening a window. of
any sort for any amount of time. I just don't know what it is and
haven't been able to find any reference to it.... Thanks for the help
though.

>assuming Windows, and assuming that you have a standard Python install for
>Windows: use "pyw" instead of "py" as the script's extension.
>
>(Windows applications come in two flavours: console applications and window
>applications.  the default executable for "py" files is "python.exe",
which is a con-
>sole application.  "pyw" uses "pythonw.exe" instead, which is exactly the same
>program, but linked as a window application instead).
>
></F>



On 10/20/06, MC <XX.XmcX at xx.xmclaveaux.com> wrote:
> Hi!
>
> Sorry, I don't understand well english.
> But, try to rename your script, from .py to .pyw (sample : titi.py ==>
> titi.pyw).
>
> --
> @-salutations
>
> Michel Claveau
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>


-- 
Fidel



More information about the Python-list mailing list