No need to change ur import class.. make these changes in ur pgm. from dbfpy import dbf
db=dbf.Dbf(tblName,True) On 11/19/09, Noufal Ibrahim <[email protected]> wrote: > 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 > _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
