Re: Frustrating segfaults with Shelf

2010-09-13 Thread Edward Grefenstette
Dear Emile, Thank you for your response. Upgrading python and starting with a blank database somehow did the trick! Best, Edward On Sep 13, 7:09 pm, Emile van Sebille wrote: > On 9/13/2010 10:05 AM Edward Grefenstette said... > > > Dear Pythonistas, > > > Below is a simple script that reads rel

Re: Frustrating segfaults with Shelf

2010-09-13 Thread Emile van Sebille
On 9/13/2010 10:05 AM Edward Grefenstette said... Dear Pythonistas, Below is a simple script that reads relations from a generator (they're just tuples of strings) and attempts to write them to a database. It's simple as hell, Ecept of course that no one else can test it due to the dependencie

Frustrating segfaults with Shelf

2010-09-13 Thread Edward Grefenstette
Dear Pythonistas, Below is a simple script that reads relations from a generator (they're just tuples of strings) and attempts to write them to a database. It's simple as hell, and if I simply ignore the database and have it print to stdout by replacing the line "depsDB[str(index)] = rels" with "p