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

Fix set up sampling and analysis framework wizard relative import #409

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

tmszi
Copy link
Member

@tmszi tmszi commented Mar 11, 2020

Reproduce:

  1. In the Layer Manager go to menu Raster -> Landscape patch analysis -> Set up sampling and analysis framework

Error message appear in the Console tab:

Traceback (most recent call last):
  File "/usr/local/grass79/gui/wxpython/lmgr/frame.py", line
584, in OnRLiSetup

from rlisetup.frame import RLiSetupFrame
  File "/usr/local/grass79/gui/wxpython/rlisetup/frame.py",
line 14, in <module>

from rlisetup.wizard import RLIWizard
  File "/usr/local/grass79/gui/wxpython/rlisetup/wizard.py",
line 45, in <module>

from functions import SamplingType, sampleAreaVector,
convertFeature
ModuleNotFoundError
:
No module named 'functions'

@petrasovaa petrasovaa merged commit cc64037 into OSGeo:master Mar 11, 2020
petrasovaa pushed a commit that referenced this pull request Mar 11, 2020
@petrasovaa
Copy link
Contributor

Thank you, merged to 78.

HuidaeCho pushed a commit to HuidaeCho/grass that referenced this pull request Mar 20, 2020
@tmszi tmszi deleted the fix_r_li_setup_relative_import branch July 28, 2020 07:14
@neteler neteler added this to the 8.0.0 milestone Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants