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,
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