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