Ticket #1348 (closed defect: fixed)

Opened 13 months ago

Last modified 8 months ago

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@…
Platform: All CPU: x86-64

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

Changed 13 months ago by martinl

  • keywords search module added; wxGUI removed
  • component changed from Default to wxGUI

Changed 8 months ago by martinl

  • cc grass-dev@… added
  • owner changed from grass-dev@… to martinl
  • status changed from new to assigned

Can you try more recent version from SVN?

Changed 8 months ago by neteler

  • status changed from assigned to closed
  • resolution set to fixed

Works now, closing.

Note: See TracTickets for help on using tickets.