Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73994
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: This Python script cannot open by a editor? |
| Date | 2014-07-05 11:40 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <62a534ec-c22f-451e-80f7-c6f49a8cbcc1@googlegroups.com> <53b73ab9$0$29985$c3e8da3$5496439d@news.astraweb.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11521.1404574845.18130.python-list@python.org> (permalink) |
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