Hi, > I can use some advice as to how to proceed with the Python-database > linkage. I don't think the XO has Psyqlite installed, and I really > want to stay within what is available on the box with no add-ins, > if possible. Maybe installing Psyqlite is ok.
We do have pysqlite installed on the laptop already, so it is fine to use it. You can access it with: >>> import pysqlite2 Hope that helps! - Chris. -- Chris Ball <[EMAIL PROTECTED]> _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

