Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates.

2009-01-21 Thread Dody Gunawinata
I think you have to import the function - loading the assembly alone is not enough. On Wed, Jan 21, 2009 at 5:17 PM, Renaud Durand renaud.durand...@gmail.comwrote: Hi again, I'm trying to call a python function from C#. I found out through a tutorial how to do it from a Python source file

Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates.

2009-01-21 Thread Renaud Durand
Ok, but how ? 2009/1/21 Dody Gunawinata empirebuil...@gmail.com I think you have to import the function - loading the assembly alone is not enough. On Wed, Jan 21, 2009 at 5:17 PM, Renaud Durand renaud.durand...@gmail.com wrote: Hi again, I'm trying to call a python function from C#. I

Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates.

2009-01-21 Thread Michael Foord
...@nomadlife.org; Discussion of IronPython *Subject:* Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates. Ok, but how ? 2009/1/21 Dody Gunawinata empirebuil...@gmail.com mailto:empirebuil...@gmail.com I think you have to import the function - loading

Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates.

2009-01-21 Thread Renaud Durand
Of *Renaud Durand *Sent:* Wednesday, January 21, 2009 7:45 AM *To:* d...@nomadlife.org; Discussion of IronPython *Subject:* Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates. Ok, but how ? 2009/1/21 Dody Gunawinata empirebuil...@gmail.com I think

Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates.

2009-01-21 Thread Dody Gunawinata
...@nomadlife.org; Discussion of IronPython *Subject:* Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates. Ok, but how ? 2009/1/21 Dody Gunawinata empirebuil...@gmail.com I think you have to import the function - loading the assembly alone is not enough

Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates.

2009-01-21 Thread Dino Viehland
Of Renaud Durand Sent: Wednesday, January 21, 2009 8:12 AM To: Discussion of IronPython Subject: Re: [IronPython] Calling a Python function (compiled into an assembly) from C# using delegates. That is the point. I don't want to do that from a file but from an Assembly (dll). 2009/1/21 Dino Viehland di