PyType_Ready "AccessViolationException was unhandled"
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.
Hello Guillaume I think its because of base datatype casting inside that method. Manoj <http://manojmathe.blogspot.com/> On Tue, Jan 31, 2012 at 9:09 PM, Guillaume Pichard < guillaume.pichard@sogeti.com> wrote:
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<http://mail.python.org/mailman/listinfo/pythondotnet>
participants (2)
-
Guillaume Pichard -
MATHE MANOJ