On 2/2/2011 2:19 PM, Yelena wrote:
I've been using python

Which version?

> to run some large database recently.
I used dbfpy module to access some information stored in dbf format.

When having a problem with a 3rd party module, not part of the stdlib, you should give a source.
  http://sourceforge.net/projects/dbfpy/
This appears to be a compiled extension. Nearly always, when Python crashes running such, it is a problem with the extension. So you probably need to direct your question to the author or a project mailing list if there is one.

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to