On 10/11/10 06:36, Uwe Grauer wrote: > On 11/10/2010 10:19 AM, Dennis Lim wrote: > >> Hi Dabo Experts, >> >> I found SQLite installation in the Required section. If I plan to use MySQL >> as >> my database backend, do I need to install SQLite? >> >> > Dabo uses sqlite for its preference settings. > Even if you use MySQL as your database settings, > the preferences are stored in sqlite. >
B U T sqlite is already included in python (2.5 up I think) so no need to install. If in doubt type "import sqlite3"(or maybe sqlite2) in your interpreter and see if you get an import error. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
