On Monday 14 September 2009 5:15:09 pm Jeff Johnson wrote:
> 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.

The egg is in sys.path before c:\pythonprojects\dabo\dabo ?

-- 
Adrian Klaver
akla...@comcast.net


_______________________________________________
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/200909141717.36894.akla...@comcast.net

Reply via email to