Re: [Python.NET] Pithon.net or iron python??

2007-11-23 Thread Feihong Hsu
Yes, it is possible to "mix" C# and Python. You can have Python use classes and methods defined in a .NET assembly (DLL file), or you can create the PythonEngine object in your C# code and run Python scripts using that. There's no way to answer the second question without knowing more details.

[Python.NET] Pithon.net or iron python??

2007-11-23 Thread Jose Ignacio Gisbert
Hi all, I am developing an application which Graphic interface is in C#, but I want to call methods in some situations (when press certain buttonÂ…) that are coded in Python. First, it can be possible to mix both languages?, and second, What should I do, use Iron Python or Pithon.net?. Sorry fo