On Tue, 25 Jan 2005 00:35:04 +0530, paritosh mahana wrote:
> Hi all,
> How can I call python code from my C# code. One thing is to make an
> .exe file of the python program and then try to call it from my C#
> code. But I don't like that idea. Is there any other way to do this.
> Like making a .d
Thanks for all your kind information. I haven't used COM objects so
far.I think now I have to learn it.Anyway thanks a lot again.
paritosh.
On Mon, 24 Jan 2005 12:43:50 -0700, Dave Brueck
<[EMAIL PROTECTED]> wrote:
> Peter Hansen wrote:
> > paritosh mahana wrote:
> >
> >> How can I call python co
Peter Hansen wrote:
paritosh mahana wrote:
How can I call python code from my C# code.
[snip]
You could use ctypes or the pywin32 package to provide your
Python code with an ActiveX interface. Then you could just
use it via COM, like any other COM object. Lots of references
available via Google
paritosh mahana wrote:
How can I call python code from my C# code. One thing is to make an
.exe file of the python program and then try to call it from my C#
code. But I don't like that idea. Is there any other way to do this.
Like making a .dll file from the python code and somehow call it from
C
Hi all,
How can I call python code from my C# code. One thing is to make an
.exe file of the python program and then try to call it from my C#
code. But I don't like that idea. Is there any other way to do this.
Like making a .dll file from the python code and somehow call it from
C# program.But I