[GRASS-dev] g.gui.tplot: AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP'

Anna Petrášová kratochanna at gmail.com
Wed Nov 16 14:30:48 PST 2016


On Wed, Nov 16, 2016 at 5:24 PM, Veronica Andreo <veroandreo at gmail.com> wrote:
> Ciao Lu,
>
> I've noticed that if I open g.gui.tplot from the GUI I can see the pointer
> icon (arrow) to select a point in the map, however if I call g.gui.tplot
> from the terminal, that pointer (arrow) is not there and the only option is
> to copy/paste or type the coordinates. Is there a reason for that behaviour?
> Is it on purpose?

if you run it from the terminal, it does not know about any monitors
or gui to pick the coordinate from, so there is no easy way to
implement this

Anna

>
> Cheers,
> Vero
>
> 2016-11-16 11:42 GMT+01:00 Markus Neteler <neteler at osgeo.org>:
>>
>> Hi Luca,
>>
>> opening and closing g.gui.tplot window with the upper-right [x] leads to
>>
>> g.gui.tplot
>> Error in atexit._run_exitfuncs:
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
>>     func(*targs, **kargs)
>>   File
>> "/home/mneteler/software/grass72/dist.x86_64-pc-linux-gnu/etc/python/grass/temporal/core.py",
>> line 437, in stop_subprocesses
>>     c_library_interface.stop()
>>   File
>> "/home/mneteler/software/grass72/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/rpc/base.py",
>> line 176, in stop
>>     self.client_conn.send([0, ])
>> IOError: [Errno 9] Bad file descriptor
>> Error in sys.exitfunc:
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
>>     func(*targs, **kargs)
>>   File
>> "/home/mneteler/software/grass72/dist.x86_64-pc-linux-gnu/etc/python/grass/temporal/core.py",
>> line 437, in stop_subprocesses
>>     c_library_interface.stop()
>>   File
>> "/home/mneteler/software/grass72/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/rpc/base.py",
>> line 176, in stop
>>     self.client_conn.send([0, ])
>> IOError: [Errno 9] Bad file descriptor
>>
>> This is a Linux Mint box.
>>
>> Would be good to fix that for 7.2.
>>
>> thanks
>> Markus
>> _______________________________________________
>> grass-dev mailing list
>> grass-dev at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
>


More information about the grass-dev mailing list