<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">First I select add vector from menu<br>and selection digitize from toolbar<br>when selecting map from combobox, the following error is displayed.<br><br>Unable to initialize display driver of vector digitizer. See 'Command output' for details.<br><br>Reason: message=_("Unable to initialize display driver of vector "<br><br>Traceback (most recent call last):<br> File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/toolbars.py", line 1130, in StartEditing<br> message=_("Unable to initialize display driver of vector "<br>DigitError: <unprintable DigitError object><br><div> <br>I think problem is<br><br>from gui_modules.toolbars.py<br>
Line:1128<br>
try:<br>
if not self.parent.MapWindow.CheckPseudoDC():<br>
<br>
and gui_modules.mapdisp_window.py<br>
self.pdc.SetBackground(wx.Brush(self.GetBackgroundColour()))<br>
Line :277<br>
argument 2 expected of type wx.Brush<br><br><br></div>--<br> Rashad<div><br></div>
</div><br>
</body></html>