Re: [Ironpython-users] Fwd: weakref random "SystemError" and "ValueError" exception (affecting _weakrefset.py and abc.py)

2015-04-14 Thread Pawel Jasinski
I can reproduce it with 2.7.4 and 2.7.5. --pawel On Tue, Apr 14, 2015 at 2:13 AM, Andres Sommerhoff wrote: > Hi Pawel, its actually very old to me (more than a year). I'm suffering > gradually as the code went more complex. At the beginning was not a big > issue. Now, it is not a chance to run

Re: [Ironpython-users] Fwd: weakref random "SystemError" and "ValueError" exception (affecting _weakrefset.py and abc.py)

2015-04-14 Thread Andres Sommerhoff
Thank you Pawel, good to know you can reproduce the weakref error in two Ironpython releases as well. Just for your reference, I add -X:ShowClrExceptions -X:ExceptionDetail and got the reports for each exception (txt atached). Any clue? Regards, Andres >>> Rest of the email thread in: https://m

[Ironpython-users] Fail to load setupapi.dll library in ironpython

2015-04-14 Thread Hemanth M B
Hi All, I tried to load setupapi.dll library in my code using import clr and addreference. But it throws error while adding reference. Error: SystemError: The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018) Reference: https://msdn.microsoft.com/en-us/l