[Tutor] Py script conversion to .dll or .exe
Chris Fuller
cfuller084 at thinkingplanet.net
Tue Feb 15 08:08:07 CET 2011
Python already is a dll; You can load the Python26.dll and use it to run
CPython programs with full compatibility. It would be more elegant to use
IronPython if if you aren't using any compiled libraries; it would integrate
neatly and not be running islolated/standalone.
Cheers
On Monday 14 February 2011, tee chwee liong wrote:
> hi all,
>
> pls advise on:
>
> Can Python 2.6.6 scripts be converted to .dll and read by C sharp?
> Can Python 2.6.6 scripts be converted to .exe and read by C sharp?
>
> thanks
> tcl
More information about the Tutor
mailing list