Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11429
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: pythonw.exe |
| Date | 2011-08-14 20:49 -0400 |
| References | <mailman.2270.1313328374.1164.python-list@python.org> <pan.2011.08.14.14.30.24.372000@nowhere.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2293.1313369399.1164.python-list@python.org> (permalink) |
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