[GRASS-user] Bug or my fault?

Under 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.

The only culprit I could find so far is the number of vector or dbf files in
the Location. If the number is greater than 188 then the wxPython GUI goes
into an infinite loop. Reduce it to 188 and it works as it should. It does
not matter which ones are the 188 files, as long as there are no more than
188. I am reluctant to suggest this is the cause of the problem, but it
certainly looks that way so far.
Any more plausible suggestions anybody?

--
View this message in context: http://n2.nabble.com/Bug-or-my-fault-tp4609390p4610112.html
Sent from the Grass - Users mailing list archive at Nabble.com.