[Ironpython-users] attribute '__doc__' of 'partial' object is read-only

2014-03-06 Thread Andreas Beham
Hi, I am executing a python script in C# using IronPython and I am getting the following error message: attribute '__doc__' of 'partial' object is read-only I noticed that this has also been an issue of jython and there was a ticket where this was changed to allow assignment to __doc__. Th

Re: [Ironpython-users] attribute '__doc__' of 'partial' object is read-only

2014-03-06 Thread Andreas Beham
Hi, I am using IronPython 2.7.4. I removed the __doc__ assignment in the script and it worked. Unfortunately, I am not the owner of the script so it would be good if this bug was fixed. I will file a bug report then. Regards, Andreas Jeff Hardy wrote: >OnThu,Mar6,2014at11:28AM,AndreasBeham

[Ironpython-users] Specified cast not valid

2014-03-07 Thread Andreas Beham
Hi again, I am trying to execute further scripts and I stumbled across an error that involves numerical base types: >>> type(int(numpy.ceil(65))) I wonder that this results in a long. Is this the fault of the numpy port for .NET? I have installed the rather old package from enthought

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andreas Beham
Hi, I've not had problems running SimPy samples with IronPython. In fact, I copied the MachineShop sample from their page and added it to a Python project in VS2013 (you need to have PythonTools for Visual Studio installed to do this). I could run that Python project without problems. I also ran t