Opened 15 years ago

Closed 12 years ago

#766 closed defect (fixed)

wxGUI fails to start 3D view

Reported by: marisn Owned by: grass-dev@…
Priority: normal Milestone: 6.4.0
Component: wxGUI Version: 6.4.0 RCs
Keywords: Cc:
CPU: x86-64 Platform: Linux

Description

Switching to 3D view gives following error:

Traceback (most recent call last):
  File "/home/maris/soft/grass_64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/toolbars.py", line 265, in
OnSelectTool

self.mapdisplay.AddToolbar("nviz")
  File "/home/maris/soft/grass_64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/mapdisp.py", line 2862, in
AddToolbar

Map=self.Map, tree=self.tree, gismgr=self.gismanager)
  File "/home/maris/soft/grass_64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/nviz_mapdisp.py", line 114, in
__init__

self.nvizClass.SetDisplay(self)
  File "/home/maris/soft/grass_64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/nviz/grass6_wxnviz.py", line 256, in
SetDisplay

def SetDisplay(self, *args): return
_grass6_wxnviz.Nviz_SetDisplay(self, *args)
TypeError
:
in method 'Nviz_SetDisplay', argument 2 of type 'void *'
$ env | grep -i python
GRASS_PYTHON=python
PYTHONPATH=/home/maris/soft/grass_64/dist.x86_64-unknown-linux-gnu/etc/python

glacier ~ # equery l '*wx*'
 * Searching for *wx* ...
[IP-] [ ~] app-admin/eselect-wxwidgets-1.1 (0)
[IP-] [ ~] dev-python/wxpython-2.8.10.1 (2.8)
[IP-] [ ~] x11-libs/wxGTK-2.8.10.1-r3 (2.8)
glacier ~ # equery l '*python*'
 * Searching for *python* ...
[IP-] [ ~] app-admin/eselect-python-20090824 (0)
[IP-] [ ~] app-admin/python-updater-0.7 (0)
[IP-] [  ] dev-lang/python-2.4.6 (2.4)
[I-O] [M ] dev-lang/python-2.5.4-r2 (2.5)
[IP-] [ ~] dev-lang/python-2.6.2-r2 (2.6)
[IP-] [ ~] dev-lang/python-3.1.1-r1 (3.1)
[IP-] [ ~] dev-python/dbus-python-0.83.0-r1 (0)
[IP-] [ ~] dev-python/mysql-python-1.2.3_rc1 (0)
[IP-] [  ] dev-python/notify-python-0.1.1-r1 (0)
[IP-] [ ~] dev-python/wxpython-2.8.10.1 (2.8)

Change History (1)

comment:1 by neteler, 12 years ago

Resolution: fixed
Status: newclosed

Likely fixed, closing. Please reopen if needed.

Note: See TracTickets for help on using tickets.