Tekkaman wrote: > lib is a symlink to lib64
So my initial diagnosis was correct. Unfortunately I can no longer recommend that you remove the symlink... Putting /usr/lib64/python2.4 as the first entry into your PYTHONPATH environment variable might fix the problem (the idea is that /usr/lib64/python2.4 precedes /usr/lib/python2.4 in sys.path and is therefore used for the import of the logging package). Peter -- http://mail.python.org/mailman/listinfo/python-list