#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
Resolution:               |   Keywords:  g.gui.animate
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+---------------------------

Comment (by annakrat):

 Not sure what's happening there, I can't reproduce... In the settings file
 (called wx) in your home folder, do you have a line starting with
 `animation;nprocs;value`? Most probably not, but that shouldn't be a
 problem. Could you run in any python console:

 {{{
 from multiprocessing import cpu_count
 cpu_count()
 }}}
 that should give you an integer. Ideally, you could look what is actually
 passed to the SpinCtrl constructor - should be integer, but apparently
 it's not.

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

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to