Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73994
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'binary': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:editor': 0.09; 'subject:script': 0.09; 'windows,': 0.09; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'file,': 0.19; 'url:home': 0.24; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; 'code': 0.31; 'usually': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'run': 0.32; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'sometimes': 0.38; 'window': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'jul': 0.74; 'subject:This': 0.74; 'received:108': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: This Python script cannot open by a editor? |
| Date | Sat, 05 Jul 2014 11:40:30 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <62a534ec-c22f-451e-80f7-c6f49a8cbcc1@googlegroups.com> <53b73ab9$0$29985$c3e8da3$5496439d@news.astraweb.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-108-79-222-230.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11521.1404574845.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1404574845 news.xs4all.nl 2950 [2001:888:2000:d::a6]:47734 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73994 |
Show key headers only | View raw
On 04 Jul 2014 23:37:30 GMT, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> declaimed the following:
>Python *byte code* is a binary file, usually with a .pyc or .pyo
>extension. On Windows, sometimes you also get .pyw.
>
.pyw is source code intended to be run without a normal console window
opening up (and hence no stdin/stdout)
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
This Python script cannot open by a editor? rxjwg98@gmail.com - 2014-07-04 14:50 -0700
Re: This Python script cannot open by a editor? jkn <jkn_gg@nicorp.f9.co.uk> - 2014-07-04 15:06 -0700
Re: This Python script cannot open by a editor? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-04 23:37 +0000
Re: This Python script cannot open by a editor? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-07-05 11:40 -0400
csiph-web