[Ironpython-users] IronPython, Daily Digest 11/30/2011

no_reply at codeplex.com no_reply at codeplex.com
Thu Dec 1 16:38:12 CET 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Failure to bind base accessor if only one accessor is overridden in derived class
2. [New comment] Failure to bind base accessor if only one accessor is overridden in derived class
3. [New comment] Failure to bind base accessor if only one accessor is overridden in derived class
4. [New issue] I can't import PIL module
5. [New comment] I can't import PIL module

----------------------------------------------

ISSUES

1. [New issue] Failure to bind base accessor if only one accessor is overridden in derived class
http://ironpython.codeplex.com/workitem/31861
User sblom has proposed the issue:

"If I have a CLS-compliant read/write property declared as virtual in a base class, and a derived class only overrides either the getter or the setter, IronPython finds the overridden accessor, but doesn't bother checking the base class for the non-overridden one.

In case I can't figure out how to attach multiple files, I've got the following files posted as a Gist at https://gist.github.com/1407534

VirtualAccessors.cs defines a minimal class hierarchy which demonstrates the cases that I'm describing.
VirtualAccessors.csx demonstrates correct behavior (and successfully finds both base and derived accessors, as appropriate).
VirtualAccessors.py shows IronPython failing to find virtual base accessors."-----------------

2. [New comment] Failure to bind base accessor if only one accessor is overridden in derived class
http://ironpython.codeplex.com/workitem/31861
User sblom has commented on the issue:

"The class definitions."-----------------

3. [New comment] Failure to bind base accessor if only one accessor is overridden in derived class
http://ironpython.codeplex.com/workitem/31861
User sblom has commented on the issue:

"Attaching the csharp script that successfully resolves all the accessors."-----------------

4. [New issue] I can't import PIL module
http://ironpython.codeplex.com/workitem/31865
User Monomachus has proposed the issue:

"Hi, 
Is there a way to import a PIL module? I just downloaded the sources and put them into Libs folder.

And this simple program doesn't work :(

from PIL import Image

im = Image.open("captcha_HS.png")
im = im.convert("P")

print im.histogram()"-----------------

5. [New comment] I can't import PIL module
http://ironpython.codeplex.com/workitem/31865
User slide_o_mix has commented on the issue:

"Please add any errors, etc that might be displayed. If you aren't getting any errors, please try using the mailing list for asking questions instead of the bug tracker."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20111201/52a4160e/attachment.html>


More information about the Ironpython-users mailing list