[GRASS-dev] [GRASS GIS] #1293: Creating mapset with non-latin
letter gives python ascii error
GRASS GIS
trac at osgeo.org
Thu Mar 3 15:15:48 EST 2011
#1293: Creating mapset with non-latin letter gives python ascii error
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: 6.4.1 RCs
Keywords: | Platform: MSWindows Vista
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Start GRASS WXGUI. In startup screen create a new mapset called "āšņļ" ->
Unable to create mapset: 'ascii' codec cant decode blahblah (can not
copy/paste text :( ). Still it creates new mapset and I can select it and
start GRASS session.
WinGRASS-6.4.1RC1-1 on Windows Vista
{{{
C:/Program Files/GRASS-64/etc/wxpython/gis_set.py:623: UnicodeWarning:
Unicode e
qual comparison failed to convert both arguments to Unicode - interpreting
them
as being unequal
if mapset not in self.listOfMapsetsSelectable or \
C:/Program Files/GRASS-64/etc/wxpython/gis_set.py:725: UnicodeWarning:
Unicode e
qual comparison failed to convert both arguments to Unicode - interpreting
them
as being unequal
self.lbmapsets.SetSelection(self.listOfMapsets.index(mapset))
C:/Program Files/GRASS-64/etc/wxpython/gis_set.py:680: UnicodeWarning:
Unicode e
qual comparison failed to convert both arguments to Unicode - interpreting
them
as being unequal
if event.GetText() not in self.listOfMapsetsSelectable:
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1293>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list