On Feb 22, 2010, at 4:01 AM, grass-user-request@lists.osgeo.org wrote:
Date: Sun, 21 Feb 2010 15:59:08 -0800 (PST)
From: georgew <gws293@hotmail.com>
Subject: [GRASS-user] Bug or my fault?
To: grass-user@lists.osgeo.org
Message-ID: <1266796748990-4609390.post@n2.nabble.com>
Content-Type: text/plain; charset=us-asciiUnder certain conditions, which I have not yet been able to pinpoint, the
python gui hangs forever when right clicking on vector map to list the
attribute table. Change the gui to tcltk and the problem disappears, the
attributes for the same map are listed correctly.
I am using WINGRASS 6.4.0 standalone, stable release, under Win 7 Pro. and
Python 2.6.4
I will persevere to try and pinpoint the problem a bit better, but I would
really like to know if anybody else has had a similar experience. Ownership
and permissions of all the files involved appear to be ok, although one
never knows for sure with Win 7!
thanks
--
View this message in context: http://n2.nabble.com/Bug-or-my-fault-tp4609390p4609390.html
Sent from the Grass - Users mailing list archive at Nabble.com.
At least in GRASS 7, this seems to happen when a vector-database connection has not been defined, has been defined incorrectly, or the vector does not have an associated attribute table. Under those conditions, there is nothing for the table manager to display. The problem seems to be in the error trapping somewhere.
Michael