[IronPython] Ironpython 2.7 missing _weakrefset
Dino Viehland
dinov at microsoft.com
Tue Oct 5 22:27:27 CEST 2010
Cool, usually those _ modules are built-ins that we need to implement. I'm glad to hear it's in Python instead :)
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Ken MacDonald
Sent: Tuesday, October 05, 2010 1:14 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Ironpython 2.7 missing _weakrefset
Oooops. I think I just had an incomplete copy; re-did it and _weakrefset.py showed up. Sorry for the alarm....
Ken
On Tue, Oct 5, 2010 at 3:48 PM, Dino Viehland <dinov at microsoft.com<mailto:dinov at microsoft.com>> wrote:
It's not fixed yet and I don't think I was aware of it. Most likely you can modify weakref.py to just not import this as a work around. Could you open a bug to open it? That shouldn't be too difficult given that we already have weak dictionaries and sets.
From: users-bounces at lists.ironpython.com<mailto:users-bounces at lists.ironpython.com> [mailto:users-bounces at lists.ironpython.com<mailto:users-bounces at lists.ironpython.com>] On Behalf Of Ken MacDonald
Sent: Tuesday, October 05, 2010 12:46 PM
To: Discussion of IronPython
Subject: [IronPython] Ironpython 2.7 missing _weakrefset
I'm getting an error in my 2.7 Alpha app - "no module named _weakrefset". Distribution is apparently missing this - I saw some discussion from a while back and it sounds like it will be fixed in a future release? Is there anywhere to get a copy of this module without having to install svn and jump though a lot of hoops?
Ken
_______________________________________________
Users mailing list
Users at lists.ironpython.com<mailto:Users at lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20101005/58682312/attachment.html>
More information about the Ironpython-users
mailing list