for pn in sys.path:
fn = pn + '/posix.py'
try:
fp = open(fn, 'r')
print 'Success with', fn
except:
print 'failed with', fn
At least that will tell you that the files really exist, and are
readable to python.
-- Jack Jansen | If I can't dance I don't want to be part of Jack.Jansen@cwi.nl | your revolution -- Emma Goldman uunet!cwi.nl!jack G=Jack;S=Jansen;O=cwi;PRMD=surf;ADMD=400net;C=nl