First I select add vector from menu
and selection digitize from toolbar
when selecting map from combobox, the following error is displayed.
Unable to initialize display driver of vector digitizer. See 'Command output'
for details.
Reason: message=_("Unable to initialize display driver of vector "
Traceback (most recent call last):
File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/toolbars.py", line
1130, in StartEditing
message=_("Unable to initialize display driver of vector "
DigitError: <unprintable DigitError object>
I think problem is
from gui_modules.toolbars.py
Line:1128
try:
if not self.parent.MapWindow.CheckPseudoDC():
and gui_modules.mapdisp_window.py
self.pdc.SetBackground(wx.Brush(self.GetBackgroundColour()))
Line :277
argument 2 expected of type wx.Brush
--
Rashad
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev