Re: [BangPypers] import module error

2009-11-16 Thread S.Ramaswamy
>>> import dbf > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named dbf > >>> from dbf import * > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named dbf > >>> > > The example on the project page http://dbfpy.sourceforge.n

Re: [BangPypers] import module error

2009-11-16 Thread Anand Balachandran Pillai
On Mon, Nov 16, 2009 at 8:23 PM, Ranganath s wrote: > Hi all, > > i downloaded the dbf module and installed the module using the > command "python setup.py install". It was successful. After that i can > see > dbf.py in the following path > /usr/local/lib/python2.6/dist-packages/dbfpy/dbf

Re: [BangPypers] import module error

2009-11-16 Thread Dhananjay Nene
This is likely to help http://dbfpy.sourceforge.net/ Note the import statements change based on the version On Mon, Nov 16, 2009 at 8:23 PM, Ranganath s wrote: > Hi all, > > i downloaded the dbf module and installed the module using the > command "python setup.py install". It was succe

[BangPypers] import module error

2009-11-16 Thread Ranganath s
Hi all, i downloaded the dbf module and installed the module using the command "python setup.py install". It was successful. After that i can see dbf.py in the following path /usr/local/lib/python2.6/dist-packages/dbfpy/dbf.py /usr/local/lib/python2.6/dist-packages/dbfpy/dbf.pyc But whe