I'm trying to run AppWizard after running the setup program for dabo.
I'm on a winxp machine running the command from a bash shell (cygwin)
using ActivePython.


Here is the output

Dabo Info Log: Sat Dec 17 14:22:41 2006: PyOpenGL not present, so
dGlWindow is not loaded.

Dabo Info Log: Sat Dec 16 14:22:41 2006: 0 database connection
definition(s) loaded.

Dabo Info Log: Sat Dec 16 14:22:41 2006: User interface already set to
'wx', so dApp didn't touch it.

Dabo Info Log: Sat Dec 16 14:22:41 2006: wxPython Version: 2.7.1.1
wxMSW (unicode)

Traceback (most recent call last):
  File "AppWizard.py", line 295, in onLeavePage
    conn = dabo.db.dConnection(ci)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\db\dConnection.py",
line 28, in __init__
    self._connection = self._openConnection()
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\db\dConnection.py",
line 63, in _openConnection
    return self._connectInfo.getConnection()
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\db\dConnectInfo.py",
line 107, in getConnection
    return self._backendObject.getConnection(self)
  File "c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\db\dbMySQL.py",
line 18, in getConnection
    import MySQLdb as dbapi
ImportError: No module named MySQLdb

-- 
sheila

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to