On Mon, May 5, 2008 at 7:35 AM, Curt Hagenlocher <[EMAIL PROTECTED]> 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
