Sytze de Boer wrote: > I hope I don't bore all you guys to death but I'm starting out with dabo > I'm stuck on the phrase: > > "You must have the MySQLdb database adapter installed in your Python system" > > I can't figure out how to do this > (I have installed Python and Mysql) > > Can anyone help me with this >
Unfortunately you didn't tell what your OS is. The easiest database to start with is sqlite which comes with a standard install of python 2.5.x. If you really want to start with a multiuser database your choices are: MySQL, Postgresql, Firebird. For MySQL you need to install MySQLdb which you can get here: http://sourceforge.net/projects/mysql-python Once we know which python version on what OS you want to use, we are able to help with detailed instructions. Uwe _______________________________________________ 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]
