PipedreamerGrey wrote: > That seems logical, but the syntax doesn't work. I keep getting the > error: > 'module object' has no attribute 'dirname'
os.dirname() was a typo, try os.path.dirname(). Peter -- http://mail.python.org/mailman/listinfo/python-list