Opened 15 years ago
Closed 15 years ago
#1084 closed defect (fixed)
GUI Mapset acess gives an error
Reported by: | lferreira | Owned by: | martinl |
---|---|---|---|
Priority: | minor | Milestone: | 6.5.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | mapsets | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | Linux |
Description
GRASS 6 develbranch SVN rev 42503 Ubuntu 10.04 x86_64
Settings > GRASS working environment > Mapset access
gives an error:
Traceback (most recent call last):
File "/usr/lib/grass-6.5.svn/etc/wxpython/wxgui.py", line
303, in OnMapsets
dlg = preferences.MapsetAccess(parent=self, id=wx.ID_ANY)
File "/usr/lib/grass-6.5.svn/etc/wxpython/gui_modules/pref
erences.py", line 2193, in init
self.mapsetlb.LoadData()
File "/usr/lib/grass-6.5.svn/etc/wxpython/gui_modules/pref
erences.py", line 2264, in LoadData
stat_info = os.stat(mapsetPath) OSError : [Errno 2] No such file or directory: '/media/WORKSPACE/PGF_MN_QUIAIOS/grass_32629/\nplanimetria'
Using command g.mapsets -s gives a proper list, no error.
Change History (6)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
[Errno 2] No such file or directory: '/media/WORKSPACE/PGF_MN_QUIAIOS/grass_32629/\nplanimetria'
\nplanimetria
: newline character sneaking in somehow?what's the real name of the directory? does the path name include non-english chars?
The directory:
/media/WORKSPACE/PGF_MN_QUIAIOS/grass_32629/planimetria
Luís
comment:3 by , 15 years ago
Cc: | added |
---|
follow-up: 5 comment:4 by , 15 years ago
Cc: | added; removed |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Hopefully fixed in r42622.
Replying to lferreira:
\nplanimetria
: newline character sneaking in somehow?what's the real name of the directory? does the path name include non-english chars?
Hamish