[GRASS-dev] [GRASS GIS] #615: Error querying vectors in Grass 6.5

GRASS GIS trac at osgeo.org
Tue May 26 14:42:36 EDT 2009


#615: Error querying vectors in Grass 6.5
----------------------------------+-----------------------------------------
 Reporter:  epatton               |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect                |      Status:  new                      
 Priority:  normal                |   Milestone:  6.5.0                    
Component:  wxGUI                 |     Version:  svn-develbranch6         
 Keywords:  wxgui, query, vector  |    Platform:  Linux                    
      Cpu:  x86-64                |  
----------------------------------+-----------------------------------------
 In Grass 6.5, querying a polygon vector map with the wxgui results in the
 following error:

 {{{
 self.OnLeftUp(event)
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ma
 pdisp_window.py", line 1713, in OnLeftUp

 self.parent.QueryVector(self.mouse['begin'][0],
 self.mouse['begin'][1])
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ma
 pdisp.py", line 1222, in QueryVector

 action="update")
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/db
 m_dialogs.py", line 65, in __init__

 self.mapDBInfo = dbm.VectorDBInfo(self.map)
   File
 "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/dbm.py",
 line 2876, in __init__

 gselect.VectorDBInfo.__init__(self, map)
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/gs
 elect.py", line 345, in __init__

 self.__DescribeTables() # -> self.tables
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/gs
 elect.py", line 365, in __DescribeTables

 for item in grass.db_describe(table =
 self.layers[layer]["table"],
 AttributeError
 :
 'module' object has no attribute 'db_describe'

 }}}

 Using today's svn, revision 37520.

 ~ Eric.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/615>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list