On Oct 2, 2008, at 3:29 AM, Chris G wrote:

> Ah, that's a bit easier!  :-)

        I thought that it might be.

> However I can't seem to get a connection to my database.  I've created
> the database called isbd in mysql as user 'chris' (who has admin
> rights in mysql).  I've entered the host, database name, user (chris)
> and password in CxnEditor.py and it just says "Unable to make
> connection" when I click on "Test".
>
> How do I debug this?


        We just had this problem last week, and it was because the MySQLdb  
module was not installed. If you open up a terminal and start a Python  
session, do you get an error if you type:

import MySQLdb


-- Ed Leafe





_______________________________________________
Post Messages to: Dabo-users@leafe.com
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]

Reply via email to