Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2176
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Directly Executable Files in Python |
| Date | 2011-03-29 14:12 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <imspcp$aes$1@reader1.panix.com> (permalink) |
| References | <1364b9ed-56c8-40ca-98f9-576900fb2caf@glegroupsg2000goo.googlegroups.com> <mailman.1357.1301370909.1189.python-list@python.org> <A2dkp.11$2s6.9@newsfe13.iad> |
On 2011-03-29, harrismh777 <harrismh777@charter.net> wrote:
> Chris Rebert wrote:
>> Yes. py2exe is a tool which generates such Windows executables:
>> http://www.py2exe.org/
>
> Interesting... but it can't possibly be creating .exe files
It is.
> (compiling)...
It isn't.
> I don't buy it...
Then don't.
> it has to be reproducing the byte code interpreter in the code
> segment and the byte code in the data segment...
Something like that.
--
Grant Edwards grant.b.edwards Yow! Either CONFESS now or
at we go to "PEOPLE'S COURT"!!
gmail.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Directly Executable Files in Python Grant Edwards <invalid@invalid.invalid> - 2011-03-29 14:12 +0000
csiph-web