[BangPypers] DBF error

Aravind Muthu aravind.geek at gmail.com
Thu Nov 19 12:51:45 CET 2009


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 <noufal at gmail.com> wrote:
> On Thu, Nov 19, 2009 at 4:53 PM, Ranganath s <ranganaths at gmail.com> 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
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list