[Python.NET] About PythonEngine.RunString
Hello All! I'm new in C#. Now I try embed Python in my C# prog. I wrote public partial class Form1 : Form { PyObject m; string ans="none"; public Form1() { InitializeComponent(); PythonEngine.Initialize(); m =PythonEngine.RunS
[Python.NET] Custom delegates and wrapping class instance in .net object
d(PythonClass()) Results in: TypeError: no method matches given arguments Is there a way to convert a python class instance to a .Net object and then convert it back to python class instance? Eugene [EMAIL PROTECTED] _ Python.NET mailing list
