Ed: That appears to be the problem. What do I do to correct it? Thanks a million for your help on this. I am on a mission with Dabo.
Ed Leafe wrote: > On Sep 27, 2008, at 8:24 PM, Jeff wrote: > > >> Could not connect again. >> >> name: >< >> database: >webtest< >> dbtype: >MySQL< >> host: >davodev.com< >> user: >webuser< >> password: >V19U17G63G7DD72X6D< >> port: >3306< >> > > > Hmmm... try this from a terminal: run Python, and then import > MySQLdb. After you run the import statement, you should not see > anything except another prompt. If you see an ImportError message, > then your problem is that you don't have the MySQLdb module installed. > > [EMAIL PROTECTED] ~]$ python > Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import MySQLdb > >>> > > If you get an ImportError, exit the Python interpreter, and from the > command prompt, type: > > sudo apt-get install python-mysql > > That will install the MySQLdb module for you. > > -- Ed Leafe > > > > > [excessive quoting removed by server] _______________________________________________ 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]
