I have installed WinGRASS-6.4.SVN-r42868-1-Setup.exe in my WinXP machine and, when I select Vector/Develop Vector Map/Create new vector map, I place output name and check Create Attibute table I get an error windows stating:
- Error in command execution db.execute
Execution failed: ‘db.execute --q’
Details:
Error: Unable to start driver <(null)>
And the following is printed in Command Output:
Traceback (most recent call last):
File “C:/GRASS6/etc/wxpython/wxgui.py”, line 546, in
OnNewVector
cmdDef=([‘v.edit’, ‘tool=create’], “map”))
File “C:\GRASS6\etc\wxpython\gui_modules\gdialogs.py”,
line 192, in CreateNewVector
stdin=sql)
File “C:\GRASS6\etc\wxpython\gui_modules\gcmd.py”, line
369, in init
_("Error: ") + self.GetError()))
gui_modules.gcmd
.
CmdError
Traceback (most recent call last):
File “C:/GRASS6/etc/wxpython/wxgui.py”, line 546, in
OnNewVector
cmdDef=([‘v.edit’, ‘tool=create’], “map”))
File “C:\GRASS6\etc\wxpython\gui_modules\gdialogs.py”,
line 192, in CreateNewVector
stdin=sql)
File “C:\GRASS6\etc\wxpython\gui_modules\gcmd.py”, line
369, in init
_("Error: ") + self.GetError()))
gui_modules.gcmd
.
CmdError
I believe this was not expected but, what might be wrong?
Thanks
Kim