Hide DOS console for .pyc file

Terry Reedy tjreedy at udel.edu
Sat Sep 11 13:19:13 EDT 2010


On 9/11/2010 6:32 AM, Lawrence D'Oliveiro wrote:
> In message<i6fivp$76v$00$1 at news.t-online.com>, Peter Otten wrote:
>
>> Lawrence D'Oliveiro wrote:
>>
>>> In message
>>> <3a2d194c-9b34-4b84-8680-28bdfb53b975 at y3g2000vbm.googlegroups.com>, Muddy
>>> Coder wrote:
>>>
>>>> For a quick testing purpose, I deliver .pyc files to my customer. I
>>>> don't want the black DOS console appearing behind my GUI, but I have
>>>> no idea how to do it. Somebody can help? Thanks!

Have them run with pythonw.exe instead of python.exe. That is how IDLE 
does it.

-- 
Terry Jan Reedy




More information about the Python-list mailing list