>>> import dbf > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named dbf > >>> from dbf import * > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named dbf > >>> > > The example on the project page http://dbfpy.sourceforge.net/ imports thusly: "from dbfpy import dbf" and that works.
Ramaswamy _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers