On Feb 20, 2004, at 2:53 PM, John J Lee wrote: > In Toboso.lib.base.get_user_database(), where does _db.user_db come > from? > It's never assigned, as far as I can see (and the relevant class has no > __getattr__ method). > > Has Toboso 0.2 actually been successfully run? How?? Toboso is actually at version 0.1. I have it running here on my workstation. My initial database was built using toboso/bin/create_db. I think that installs a user_db on root, and base.open_database() creates "user_db" and other attributes from the root on base._db. I'm sorry that we have not had time to write any documentation for toboso.