Costas Menico wrote: > import glob > File "glob.py", line 11, in ? > glob2.what2() > File "glob2.py", line 3, in what2 > print x > exceptions.NameError: There is no variable named 'x' It looks alot like a "glob.py" is being found that isnt the glob.py in the standard library. Mark.