Opened 14 years ago

Closed 14 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)

in reply to:  description ; comment:1 by hamish, 14 years ago

Replying to lferreira:

stat_info = os.stat(mapsetPath) OSError : [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?

Hamish

in reply to:  1 comment:2 by lferreira, 14 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 martinl, 14 years ago

Cc: martinl added

comment:4 by martinl, 14 years ago

Cc: grass-dev@… added; martinl removed
Owner: changed from grass-dev@… to martinl
Status: newassigned

Hopefully fixed in r42622.

in reply to:  4 ; comment:5 by martinl, 14 years ago

Replying to martinl:

Hopefully fixed in r42622.

Sync'ed with trunk in r42626. Testing welcomed.

in reply to:  5 comment:6 by lferreira, 14 years ago

Resolution: fixed
Status: assignedclosed

Replying to martinl:

Replying to martinl:

Hopefully fixed in r42622.

Sync'ed with trunk in r42626. Testing welcomed.

svn devel r42634

I tested with the same project location. Apparently, it's solved.

Thank you :)

Luís

Note: See TracTickets for help on using tickets.