Paul Prescod wrote: > try: > import main > except SyntaxError: > print "This program requires Python 2.0" Thanks, I'll try this solution. Now I just need to hunt down a 1.5 interpreter...