Opened 16 years ago
Closed 16 years ago
#275 closed defect (fixed)
wxNVIZ fails to start
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | ||
CPU: | All | Platform: | All |
Description
- Load a raster map.
- Zoom to it.
- Choose NVIZ from the selector in map display - error:
Traceback (most recent call last): File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/to olbars.py", line 241, in OnSelectTool self.mapdisplay.AddToolbar("nviz") File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 2700, in AddToolbar self.MapWindow.EraseMap() File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 809, in EraseMap self.Draw(self.pdcVector, pdctype='clear') File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma pdisp.py", line 326, in Draw pdc.BeginDrawing() AttributeError : 'NoneType' object has no attribute 'BeginDrawing'
Note:
See TracTickets
for help on using tickets.
Already fixed in #292