[GRASS-dev] wxGUI G70: vector network tool - PyDeadObjectError

Markus Neteler neteler at osgeo.org
Tue May 27 16:16:47 PDT 2014


Hi,

I tried to use the nice vector network tool in GRASS 7 relbranch but
(not always) when digitizing a point it refuses to do so with this
error:

Traceback (most recent call last):
  File "/home/neteler/software/grass70/dist.x86_64-unknown-
linux-gnu/gui/wxpython/gui_core/toolbars.py", line 177, in
OnTool

self.toolSwitcher.ToolChanged(event.GetId())
  File "/home/neteler/software/grass70/dist.x86_64-unknown-
linux-gnu/gui/wxpython/gui_core/toolbars.py", line 339, in
ToolChanged

if tb.FindById(tl):  # check if still exists
  File "/usr/lib64/python2.7/site-
packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14606, in
__getattr__

raise PyDeadObjectError(self.attrStr % self._name)
wx._core
.
PyDeadObjectError
:
The C++ part of the PointListToolbar object has been
deleted, attribute access no longer allowed.


The error message looks similar to that reported in #2243.

Markus


More information about the grass-dev mailing list