[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

[Ironpython-users] keeping wrapping of blocks after closing for Visual Studio 2010/2012 with asp.net‏

2014-02-12 Thread Pablo Dalmazzo
Hi there, I was wondering if there is a way to keep the blocks of code wrapped after closing and reopen Visual Studio 2010/2012 when using IronPython with asp.net . This behavior of Visual Studio is kept after closing VS for the original languages (C#/VB.NET etc.) and since recently I managed to