Opened 13 years ago

Closed 13 years ago

#1348 closed defect (fixed)

wxGUI: Command console": Click here to show search module engine fails

Reported by: neteler Owned by: martinl
Priority: normal Milestone: 6.4.2
Component: wxGUI Version: svn-releasebranch64
Keywords: search module Cc: grass-dev@…
CPU: x86-64 Platform: All

Description

In the current 6.4.svn, when clicking in the "Command console" tab: Click here to show search module engine", I get:

 File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/ghelp.py", line 178, in
OnSearchModule

self.cmdPrompt.SetFilter(modules)
AttributeError
:
'GPromptSTC' object has no attribute 'SetFilter'
Traceback (most recent call last):
  File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/ghelp.py", line 178, in
OnSearchModule

self.cmdPrompt.SetFilter(modules)
AttributeError
:
'GPromptSTC' object has no attribute 'SetFilter'
Traceback (most recent call last):
  File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/ghelp.py", line 178, in
OnSearchModule

self.cmdPrompt.SetFilter(modules)
AttributeError
:
'GPromptSTC' object has no attribute 'SetFilter'
Traceback (most recent call last):
  File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/ghelp.py", line 178, in
OnSearchModule

self.cmdPrompt.SetFilter(modules)
AttributeError
:
'GPromptSTC' object has no attribute 'SetFilter'
Traceback (most recent call last):
  File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/gui_modules/ghelp.py", line 178, in
OnSearchModule

self.cmdPrompt.SetFilter(modules)
AttributeError
:
'GPromptSTC' object has no attribute 'SetFilter'

Change History (3)

comment:1 by martinl, 13 years ago

Component: DefaultwxGUI
Keywords: search module added; wxGUI removed

comment:2 by martinl, 13 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Can you try more recent version from SVN?

comment:3 by neteler, 13 years ago

Resolution: fixed
Status: assignedclosed

Works now, closing.

Note: See TracTickets for help on using tickets.