EP wrote: > [Client-only application with shared storage and concurrent access]
> Can I get there with MySQL? Or do I need to pair a pure python > approach (including the database) with py2exe? Has anyone achieved > this with a db framework like Dabo? Or is there another, entirely > different and better approach? One of the features of SQLite version 3 is supposedly the possibility of having multiple processes safely access an SQLite database: http://www.sqlite.org/faq.html#q7 Unfortunately, networked storage may not be supported to any level acceptable for your application. Paul -- http://mail.python.org/mailman/listinfo/python-list