[IronPython] No ToString?

Dan Eloff dan.eloff at gmail.com
Mon May 5 20:01:11 CEST 2008


On Mon, May 5, 2008 at 7:35 AM, Curt Hagenlocher <curt at hagenlocher.org> wrote:
> This is a function of whether or not you've imported "clr" into the module.
> Until you import clr, int objects will only have the methods of a Python
> int.

Thanks, I added an import clr to the top and it works just great.

-Dan



More information about the Ironpython-users mailing list