Hello,
I have an exception:
System.AccessViolationException was unhandled
Message=Attempted to read or write protected memory. This is often
an indication that other memory is corrupt.
Source=Python.Runtime
when using Converter.ToPythonImplicit with my own C# class as value.
CustomClass value = new CustomClass();
Converter.ToPythonImplicit(value);
I have the exception in typemanager.cs function CreateType when
calling Runtime.PyType_Ready(type);
What did I do wrong ?
Thanks,
Guillaume.
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet