Re: [Tutor] Py script conversion to .dll or .exe

2011-02-15 Thread Chris Fuller
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

Re: [Tutor] Py script conversion to .dll or .exe

2011-02-14 Thread tee chwee liong
any major differences using Iron Python vs Python 2.6.6? tq From: waynejwer...@gmail.com Date: Mon, 14 Feb 2011 23:58:44 -0600 Subject: Re: [Tutor] Py script conversion to .dll or .exe To: tc...@hotmail.com CC: tutor@python.org On Mon, Feb 14, 2011 at 11:40 PM, tee chwee liong wrote: hi

Re: [Tutor] Py script conversion to .dll or .exe

2011-02-14 Thread Wayne Werner
On Mon, Feb 14, 2011 at 11:40 PM, tee chwee liong wrote: > hi all, > > pls advise on: > >1. Can Python 2.6.6 scripts be converted to .dll and read by C sharp? >2. Can Python 2.6.6 scripts be converted to .exe and read by C sharp? > > Anything is possible. Of course, the easiest way to d

[Tutor] Py script conversion to .dll or .exe

2011-02-14 Thread tee chwee liong
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 ___ Tutor maillist - Tutor@python.