Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11388
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ron@bumpker.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.066 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.00; 'honor': 0.04; 'python': 0.08; 'happens.': 0.16; 'prompt?': 0.16; 'python.exe': 0.16; 'seems': 0.20; 'command': 0.24; 'tried': 0.26; 'idle': 0.29; 'from:addr:ron': 0.30; 'invoke': 0.30; 'message)': 0.30; 'error': 0.32; 'there': 0.33; 'to:addr:python-list': 0.33; 'charset:us- ascii': 0.36; 'file': 0.36; 'but': 0.37; 'to:addr:python.org': 0.39; 'received:98': 0.61; 'dear': 0.63; 'friends:': 0.67; 'received:98.139.44': 0.84; 'received:access.bullet.mail.sp2.yahoo.com': 0.84 |
| X-Yahoo-Newman-Property | ymail-3 |
| X-Yahoo-Newman-Id | 246691.28433.bm@omp1005.access.mail.sp2.yahoo.com |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1313328226; bh=WxVWld3C5rGdKUOMlQYeetrllbfCl2KlvSqYVmSB5yc=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=iR6fNhuCAZZj0amHjZkDdydx9p9MqWsNyhBBxNJkfIwXbjzFkoAdyomVMflS1Y8wh91sRv5JDAl9lQYOR6sHr7biQxnANW+toyTY0dZ07Os8IL043voyNZsSpTbTNezIGq1oJ9QjaS5eMqailDMC1/R3d1juQLikNLpJMey15Q4= |
| X-YMail-OSG | 5xytAMgVM1kZ8tut_8o2u_0ta4bPVJy_lUrVCuSpnrz4qxO wjSNTZ4bGAhc2iPogJD01B7HZLcKwqIzMbIDcLcNFpOO78c5vRrc0uVwBQcW fxrLG4ZGy6DfjsJtHsHazfrzztUBIBiDOXx0wgAuPjL2Ps2jG_ahJ.aqwkZe XJbmSHF5N1g6mCmRLOSUl7WAH8GD5RNSjiLrdfWbyq2kYlpV7vuDerfTZwN4 8mtTeSTEpIYgiKQWTXmwWQvprt.VPi9OZSTsY8M.Mqn5btS8jTKUmJq8QJcU ZuehgZDFaZEuDs0D0_zGgPT7JpCoqF9evWyIM6qaNRVJShUa_xI_BE9dWOp3 XMfq7R636UoxVo2JYK3Lp_Kxr5xQRWxgVpYNv5mQ6w2TjNy0outCcrOp9SGo QS3uYnKxGCd3jJVZG29ekyqgfaUdnLrfHSQHZB3AKgOaV9BcQDJvQ |
| X-Mailer | YahooMailClassic/14.0.4 YahooMailWebService/0.8.113.313619 |
| Date | Sun, 14 Aug 2011 06:23:45 -0700 (PDT) |
| From | Ronald Reynolds <ron@bumpker.com> |
| Subject | pythonw.exe |
| To | python-list@python.org |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| 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.2270.1313328374.1164.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1313328374 news.xs4all.nl 23883 [2001:888:2000:d::a6]:42745 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11388 |
Show key headers only | View raw
Dear Python Friends:
in my python directory there is a python.exe file which I understand completely but there is also a pythonw.exe DOS seems to honor the pythonw
command (No error message) but nothing happens. What is pythonw.exe?
Also is there a way to invoke idle from the DOS prompt? I tried idle filename.py and just idle. Is there any .exe for idle?
Sincerely, 'Ron "bumpker" Reynolds'
Back to comp.lang.python | Previous | Next — Next 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