Re: [Ironpython-users] Error running standalone exe using clrtype.py if IronPython is not installed

2015-05-04 Thread Sebastián Magrí
On the other hand, would clrtype be something good enough to be developed as a part of `clr`? 2015-05-04 11:00 GMT-04:30 Slide : > The other option is to use ctypes. This is more like CPython. > > On Mon, May 4, 2015 at 8:15 AM Markus Schaber > wrote: > >> Hi, >> >> Von: Sebastián Magrí >> > Wel

Re: [Ironpython-users] Error running standalone exe using clrtype.py if IronPython is not installed

2015-05-04 Thread Slide
The other option is to use ctypes. This is more like CPython. On Mon, May 4, 2015 at 8:15 AM Markus Schaber wrote: > Hi, > > Von: Sebastián Magrí > > Well that's actually my fault for not checking out that first (wrt > clrtype). Is there any other well tested/standard option to do what clrtype >

Re: [Ironpython-users] Error running standalone exe using clrtype.py if IronPython is not installed

2015-05-04 Thread Markus Schaber
Hi, Von: Sebastián Magrí > Well that's actually my fault for not checking out that first (wrt clrtype). > Is there any other well tested/standard option to do what clrtype does > nowadays? > I've actually opted for installing IronPython in the client machines, but I > will look at fuslogvw to c

Re: [Ironpython-users] Error running standalone exe using clrtype.py if IronPython is not installed

2015-05-04 Thread Sebastián Magrí
Well that's actually my fault for not checking out that first (wrt clrtype). Is there any other well tested/standard option to do what clrtype does nowadays? I've actually opted for installing IronPython in the client machines, but I will look at fuslogvw to check this out. Best Regards, 2015-04

[Ironpython-users] _weakref.cs fixes

2015-05-04 Thread Kuno Meyer
Dear all I'd like to propose https://github.com/kunom/ipy-weakref (the ipy-27-maint branch) to be included into the main IronPython code base. It fixes for me various random SystemError and ValueError exceptions in the _weakref.cs module. Please note that while my patch changes (and hopefully imp