Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28814
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-10 06:11 -0700 |
| References | <504dd9c6$1@news.fhg.de> |
| Message-ID | <f90da2fd-6d69-4953-a16b-981951a05399@googlegroups.com> (permalink) |
| Subject | Re: Compile python code into a dll |
| From | Miki Tebeka <miki.tebeka@gmail.com> |
> I have Python code that I would like to compile into a dll (I have to See http://docs.python.org/extending/embedding.html. You can pack your code in a zip file and load it from the DLL entry point (something like what py2exe does). See also the Freeze tool - http://wiki.python.org/moin/Freeze. HTH, -- Miki (http://pythonwise.blogspot.com/)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Compile python code into a dll Rolf Wester <rolf.wester@ilt.fraunhofer.de> - 2012-09-10 14:15 +0200 Re: Compile python code into a dll Ramchandra Apte <maniandram01@gmail.com> - 2012-09-10 06:08 -0700 Re: Compile python code into a dll Miki Tebeka <miki.tebeka@gmail.com> - 2012-09-10 06:11 -0700 Re: Compile python code into a dll Terry Reedy <tjreedy@udel.edu> - 2012-09-10 12:06 -0400 Re: Compile python code into a dll Rolf Wester <rolf.wester@ilt.fraunhofer.de> - 2012-09-11 09:05 +0200
csiph-web