I was running pythonw so here is what I found:

C:\PythonProjects\dabo\ide\wizards\AppWizard>python appwizard.py
Traceback (most recent call last):
   File "appwizard.py", line 305, in onLeavePage
     tables = cursor.getTables()
   File 
"C:\Python25\lib\site-packages\dabo-0.9.1-py2.5.egg\dabo\db\dCursorMixin.
py", line 1947, in getTables
     return self.BackendObject.getTables(self.AuxCursor, 
includeSystemTables)
   File 
"c:\python25\lib\site-packages\Dabo-0.9.1-py2.5.egg\dabo\db\dbMsSQL.py",
line 79, in getTables
     {'db':dbName} )
   File 
"C:\Python25\lib\site-packages\dabo-0.9.1-py2.5.egg\dabo\db\dCursorMixin.
py", line 330, in execute
     raise dException.DBQueryException(errMsg, sql)
DBQueryException: pymssqlCnx instance has no attribute 'errmsg'
SQL: select table_name from INFORMATION_SCHEMA.TABLES where 
table_catalog = %(db
)s and table_type = 'BASE TABLE' order by table_name

Why is it running the egg?  I have a dabo.pth that has 
c:\pythonprojects\dabo\dabo in it.

-- 
Jeff

Jeff Johnson
j...@dcsoftware.com
Phoenix Python User Group - sunpigg...@googlegroups.com


_______________________________________________
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/4aaedc8d.9080...@dcsoftware.com

Reply via email to