Re: Can I make sqlite3 or shelve work reliably on any Win/Linux/Mac?

2010-02-22 Thread Alex Quinn
rom: Jonathan Gardner To: Alex Quinn Cc: python-list@python.org Sent: Mon, February 22, 2010 2:41:45 PM Subject: Re: Can I make sqlite3 or shelve work reliably on any Win/Linux/Mac? On Mon, Feb 22, 2010 at 9:10 AM, Alex Quinn wrote: > > * Sqlite3 should fill the void now. However,

Can I make sqlite3 or shelve work reliably on any Win/Linux/Mac?

2010-02-22 Thread Alex Quinn
Is there a way to have some kind of database (i.e. sqlite3, bsddb, dbm, etc.) that works out of the box on any Win/Linux/Mac machine with Python 2.6+ or 3.x? It's okay if the file format is different between machines, but I want my script to work without having to install anything. Problems wit