Re: [Ironpython-users] Functools in IronPython 2.0

2013-01-03 Thread Slide
Did you copy the std lib over? Why are you stuck with 2.0? It is a very old version. On Thu, Jan 3, 2013 at 6:29 AM, Pablo Dalmazzo wrote: > Hi there, > > is it possible to use functools in IronPython 2.0? Im trying to import it > and I get "no module named functools" but in this reference to

[Ironpython-users] Functools in IronPython 2.0

2013-01-03 Thread Pablo Dalmazzo
Hi there, is it possible to use functools in IronPython 2.0? Im trying to import it and I get "no module named functools" but in this reference to IronPython 2.0 mentions it http://www.ironpythoninaction.com/magic-methods.html#id18 Any way to have it availabe in IP 2.0 without having to mov