On Apr 23, 2007, at 10:53 PM, Vince Teachout wrote:

> "unable to connect."
>
> I'm now downloading python 2.5.1, wxpython 2.8.3, and the dabo win.zip
> files onto the XP Laptop a client lent me, as that machine is only 2
> years old instead of my ancient 1999 dell.
>
> Is my computer a pos?  Am I cursed?  Am I stupid?  I am frustrated,
> again.  (although, not so much that I'm going to stay up until 2:30  
> THIS
> time!)
> Ah! The download on the laptop is complete.  Later.

        Glad you didn't stay up too late this time.

        Sounds like you don't have the database adapter installed. Did you  
install one of: a) MySQLdb, b) psycopg, c) kinterbasdb or d) pymssql?  
These are the modules that provide the connectivity from Python to  
MySQL, PostgreSQL, Firebird and MS SQL, respectively.

        Assuming you're following the screencast, which uses the MySQL  
sample data, you'd need to install MySQLdb. Try this from cmd.exe:  
run 'python', and then from the Python prompt, type 'import MySQLdb'.  
Did it complain?

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to