On Fri, 20 Feb 2004, David Binger wrote: > 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. Sorry, I do mean 0.1 (with Dulcinea 0.2). > I have it running here on my workstation. > My initial database was built using toboso/bin/create_db. Aha. That file doesn't seem to be in my copy. In fact, there's no bin directory at all in this tarball: http://www.mems-exchange.org/software/files/toboso/Toboso-0.1.tar.gz Which is linked to from here: http://www.mems-exchange.org/software/toboso/ > 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 don't think so: base._open_database() just calls dulcinea.database.ObjectDatabase.open(), and I grepped Dulcinea for 'user_db', so I'm pretty confident it's not set from there. > I'm sorry that we have not had time to write any documentation > for toboso. No need to apologise for providing good software for free :-) John