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
On Thu, Mar 6, 2014 at 11:28 AM, Andreas Beham
wrote:
> 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 ti
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