Re: [Python.NET] Errors with Python.Net 2.0 SP 1

2008-02-15 Thread Feihong Hsu
Yes! That did the trick. Thanks so much for tracking the problem down! - Feihong --- Nicolas Lelong <[EMAIL PROTECTED]> wrote: > After having setup a minimum repro case for a MSDN Forum > (http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=2735385&SiteID=1), > I came up with a simple work

Re: [Python.NET] Errors with Python.Net 2.0 SP 1

2008-01-25 Thread Nicolas Lelong
After having setup a minimum repro case for a MSDN Forum (http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=2735385&SiteID=1), I came up with a simple workaround that suits me for now... The problems comes for the AssemblyManager, it seems that on dynamic Assemblies, the AssemblyLoad even

Re: [Python.NET] Errors with Python.Net 2.0 SP 1

2008-01-24 Thread Nicolas Lelong
Hi, I have the same problem here since this morning, as XP installed automatically the .NET 2.0 SP 1 update. Unit test 'leaktest.py' illustrated the problem :: H:\temp\pythonnet\pythonnet_orig\src\tests>..\..\python.exe leaktest.py Running module leak check... start: 16109568 end: 17137664 d

[Python.NET] Errors with Python.Net 2.0 SP 1

2008-01-09 Thread Maksim Kozyarchuk
Getting the following exception when attempting to bind a python delegate to an event handler. Has anyone come across this before? Unhandled Exception: System.TypeInitializationException: The type initializer for 'Python.Runtime.CodeGenerator' threw an exception. ---> System.InvalidCastExcepti