Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11429
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'socket': 0.04; '(using': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'executes': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'am,': 0.12; 'gui': 0.13; 'reedy': 0.16; 'tkinter,': 0.16; 'wrote:': 0.16; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'runs': 0.23; 'code': 0.25; 'separate': 0.28; 'idle': 0.29; 'usually': 0.32; 'to:addr :python-list': 0.33; 'header:User-Agent:1': 0.34; 'nobody': 0.34; 'executable': 0.34; 'icon': 0.34; 'header:X-Complaints-To:1': 0.35; 'uses': 0.35; 'run': 0.37; 'open': 0.37; 'received:org': 0.38; 'subject:: ': 0.39; 'e.g.': 0.39; 'window': 0.39; 'header :Mime-Version:1': 0.39; 'user': 0.39; 'to:addr:python.org': 0.39; 'connection.': 0.77; '(running': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: pythonw.exe |
| Date | Sun, 14 Aug 2011 20:49:25 -0400 |
| References | <mailman.2270.1313328374.1164.python-list@python.org> <pan.2011.08.14.14.30.24.372000@nowhere.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-74-109-121-73.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| In-Reply-To | <pan.2011.08.14.14.30.24.372000@nowhere.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2293.1313369399.1164.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1313369399 news.xs4all.nl 23923 [2001:888:2000:d::a6]:49767 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11429 |
Show key headers only | View raw
On 8/14/2011 10:30 AM, Nobody wrote: > The main use for pythonw.exe is if you write a GUI program in Python > (using e.g. TkInter, wxPython, etc) and you want it to be able to run it > from an icon (desktop, start menu) without it opening a console window > (running a console executable from an icon will open a console window). In particular, IDLE runs in a pythonw process and it executes user code in a separate pythonw process and usually uses a socket for the connection. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
pythonw.exe Ronald Reynolds <ron@bumpker.com> - 2011-08-14 06:23 -0700
Re: pythonw.exe Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-08-14 15:50 +0200
Re: pythonw.exe Nobody <nobody@nowhere.com> - 2011-08-14 15:30 +0100
Re: pythonw.exe Chris Angelico <rosuav@gmail.com> - 2011-08-14 16:52 +0100
Re: pythonw.exe Thorsten Kampe <thorsten@thorstenkampe.de> - 2011-08-14 21:59 +0200
Re: pythonw.exe harrismh777 <harmar@member.fsf.org> - 2011-08-14 15:20 -0500
Re: pythonw.exe Chris Angelico <rosuav@gmail.com> - 2011-08-14 21:28 +0100
Re: pythonw.exe Seebs <usenet-nospam@seebs.net> - 2011-08-14 22:27 +0000
Re: pythonw.exe Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-08-14 19:14 -0700
Re: pythonw.exe Chris Angelico <rosuav@gmail.com> - 2011-08-15 09:32 +0100
Re: pythonw.exe Terry Reedy <tjreedy@udel.edu> - 2011-08-14 20:49 -0400
csiph-web