Re: another problem building python 0.9.9 on AIX 3.2.2

Jack Jansen (Jack.Jansen@cwi.nl)
Wed, 08 Sep 1993 11:30:51 +0200

Steve, have you looked at your sys.path? If that looks correctly, you
could try something like:
import sys

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