On Thu, Nov 19, 2009 at 4:53 PM, Ranganath s <[email protected]> wrote: > well i did check for it. But if you look in to the dbf.py in the dbf module > may be you can understand. Here is my imports on interpreter,
Try from dbfpy.dbf import Dbf I'd recommend you skim through the modules/packages sections of the tutorial. The __init__.py business is something people often trip over. -- ~noufal http://nibrahim.net.in _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
