Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] g.gui.gmodeler fails in 8.4.1 #5231

Open
petrasovaa opened this issue Feb 28, 2025 · 1 comment
Open

[Bug] g.gui.gmodeler fails in 8.4.1 #5231

petrasovaa opened this issue Feb 28, 2025 · 1 comment
Assignees
Labels
bug Something isn't working GUI wxGUI related
Milestone

Comments

@petrasovaa
Copy link
Contributor

Describe the bug

Reported on gitter using GRASS GIS 8.4.1RC1:

Traceback (most recent call last):
File "/Applications/[GRASS-8.4.app/Contents/Resources/gui/wxpython/main_window/frame.py](http://grass-8.4.app/Contents/Resources/gui/wxpython/main_window/frame.py)
", line 895, in OnGModeler

gmodeler_panel = ModelerPanel(

File "/Applications/[GRASS-8.4.app/Contents/Resources/gui/wxpython/gmodeler/panels.py](http://grass-8.4.app/Contents/Resources/gui/wxpython/gmodeler/panels.py)",
line 137, in init

self.toolbar = ModelerToolbar(parent=self)

File "/Applications/[GRASS-8.4.app/Contents/Resources/gui/wxpython/gmodeler/toolbars.py](http://grass-8.4.app/Contents/Resources/gui/wxpython/gmodeler/toolbars.py)
", line 34, in init

parent.SetToolBar(self)

AttributeError
:
'ModelerPanel' object has no attribute 'SetToolBar'
. Did you mean: 'SetToolTip'?

Additional context

I didn't test myself. Seems to work on main branch.

@petrasovaa petrasovaa added bug Something isn't working GUI wxGUI related labels Feb 28, 2025
@neteler neteler added this to the 8.4.2 milestone Feb 28, 2025
@pesekon2
Copy link
Contributor

pesekon2 commented Feb 28, 2025

I am not able to replicate the issue. Tested on Debian with:

  • main and releasebranch_8_4 branches
  • wx versions 4.2.2 and 4.2.0

Tested on Windows with:

  • 8.4.0 release
  • wx version 4.2.2

Is it possible to provide more details (when exactly does that happen? What is the wxpython version? Single-window GUI, separate, started from terminal?)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI wxGUI related
Projects
None yet
Development

No branches or pull requests

3 participants