python crash problem
Terry Reedy
tjreedy at udel.edu
Wed Feb 2 16:21:49 EST 2011
More information about the Python-list mailing list
Wed Feb 2 16:21:49 EST 2011
- Previous message (by thread): python crash problem
- Next message (by thread): python crash problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python crash problem
- Next message (by thread): python crash problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list