[Python.NET] PyType_Ready "AccessViolationException was unhandled"

MATHE MANOJ mathedotnet at gmail.com
Tue Jan 31 18:46:46 CET 2012


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 at 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 at python.org
> http://mail.python.org/**mailman/listinfo/pythondotnet<http://mail.python.org/mailman/listinfo/pythondotnet>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20120131/86d176d1/attachment.html>


More information about the PythonDotNet mailing list