[GRASS-dev] [GRASS GIS] #630: "Mapset Access" broken (wxpython)
GRASS GIS
trac at osgeo.org
Mon Jun 8 11:27:42 EDT 2009
#630: "Mapset Access" broken (wxpython)
-------------------------+--------------------------------------------------
Reporter: cnielsen | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Keywords: | Platform: MSWindows XP
Cpu: Unspecified |
-------------------------+--------------------------------------------------
!WinGrass Native binary 6.4.0svn 37703 on winxp-64
Config->GIS Working Environment->Mapset Access returns this error message
(no dialog box appears):
{{{
Traceback (most recent call last):
File "c:/GIS/GRASS-6-SVN/etc/wxpython/wxgui.py", line 373,
in OnMapsets
dlg = preferences.MapsetAccess(parent=self, id=wx.ID_ANY)
File "c:\GIS\GRASS-6-SVN\etc\wxpython\gui_modules\preferen
ces.py", line 1735, in __init__
self.mapsetlb.LoadData(self.all_mapsets)
File "c:\GIS\GRASS-6-SVN\etc\wxpython\gui_modules\preferen
ces.py", line 1814, in LoadData
stat_info = os.stat(mapsetPath)
WindowsError
:
[Error 123] The filename, directory name, or volume label
syntax is incorrect:
'C:\\GIS\\GISDataBase\\spearfish60\\\user1'
}}}
Note the double and, before the mapset, triple slashes.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/630>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list