On Sat, 2004-01-03 at 14:49, Boomer wrote: > here's the error > > Traceback (innermost last): > File "<string>", line 5, in ? > AttributeError: 'string' object has no attribute 'split' Try this from that program: import sys print sys.version What does it say? // m