[GRASS-dev] [GRASS GIS] #2728: g.gui.animation (wx3): TypeError : in method 'new_SpinCtrl', expected argument 9 of type 'int'

GRASS GIS trac at osgeo.org
Wed Aug 26 05:58:58 PDT 2015


#2728: g.gui.animation (wx3):  TypeError : in method 'new_SpinCtrl', expected
argument 9 of type 'int'
---------------------------+-------------------------
 Reporter:  mlennert       |      Owner:  grass-dev@…
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:  7.0.2
Component:  wxGUI          |    Version:  svn-trunk
 Keywords:  g.gui.animate  |        CPU:  Unspecified
 Platform:  Unspecified    |
---------------------------+-------------------------
 Using freshly checked out trunk, and trying to enter the settings dialog
 of g.gui.animation, I get:

 {{{
 Settings: unable to get value 'animation:nprocs:value'
 Settings: unable to get value 'animation:nprocs:value'
 Traceback (most recent call last):
   File
 "/data/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64
 -unknown-linux-gnu/gui/wxpython/animation/frame.py", line
 297, in OnPreferences

 dlg = PreferencesDialog(parent=self, giface=self._giface)
   File
 "/data/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64
 -unknown-linux-gnu/gui/wxpython/animation/dialogs.py", line
 1479, in __init__

 self._createGeneralPage(self.notebook)
   File
 "/data/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64
 -unknown-linux-gnu/gui/wxpython/animation/dialogs.py", line
 1516, in _createGeneralPage

 initial=UserSettings.Get(group='animation', key='nprocs',
 subkey='value'))
   File "/usr/lib/python2.7/dist-
 packages/wx-3.0-gtk2/wx/_controls.py", line 2344, in
 __init__

 _controls_.SpinCtrl_swiginit(self,_controls_.new_SpinCtrl(*a
 rgs, **kwargs))
 TypeError
 :
 in method 'new_SpinCtrl', expected argument 9 of type 'int'
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2728>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list