Hello all, My understanding was that 'import clr' in a module was supposed to enable .NET methods. 'import System' also has the same effect. Try the following (either from an interactive session or run as a program) in IronPython 1.1. import System print 'hello'.ToUpper() All the best, Michael Foord