[Python.NET] About PythonEngine.RunString

2006-01-23 Thread Eugene
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

2006-01-18 Thread Eugene Yakubovich
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