[IronPython] Can I compile IronPython code into bytecode?

Curt Hagenlocher curt at hagenlocher.org
Thu Jan 15 15:19:54 CET 2009


No, but you can compile them into dlls and/or exes using the pyc.py
precompiler sample.

On Thu, Jan 15, 2009 at 6:00 AM, John Klimek <jklimek at gmail.com> wrote:

> Instead of giving users the sourcecode to my python scripts (.py), can I
> compile them into bytecode? (.pyc files I think?)
>
> Sent from my mobile phone. Please excuse any grammatical or spelling
> errors.
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090115/77f5955c/attachment.html>


More information about the Ironpython-users mailing list