Rodolfo wrote: [...] > Ok, but how can I keep my Relationship Table out of bugs, bad data?! > I wonder how i'll control the following: > 1st) Given an generic email, in which group(s) is it contained? > 2nd) Given a group, which Emails/contacts does it contain?
To none perhaps? > I don't have much expererience with databases (yet). > Will the pysqlite work with ease? Because I don't mean to make a big > big program, just something very simple for my personal use. If database sounds like too big beast, there are easy ways to save your objects in the standard library. Take a look at shelve, pickle and cPickle. [...] -- http://mail.python.org/mailman/listinfo/python-list