>"Python in a Nutshell" says this will be the default in 2.3, and until >then, I can either include the line: > > from future import division Try: from __future__ import division -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/