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

py3 fix #238

Closed
wants to merge 1 commit into from
Closed

py3 fix #238

wants to merge 1 commit into from

Conversation

ninsbl
Copy link
Member

@ninsbl ninsbl commented Dec 3, 2019

With this fix, r.in.wms works, but issues in the GUI (add wms to layer tree) remain:

Traceback (most recent call last):
  File "/opt/src/grass_ninsbl/dist.x86_64-pc-linux-
gnu/gui/wxpython/web_services/widgets.py", line 548, in
OnCapDownloadDone

self._parseCapFile(self.cap_file)
  File "/opt/src/grass_ninsbl/dist.x86_64-pc-linux-
gnu/gui/wxpython/web_services/widgets.py", line 572, in
_parseCapFile

self._updateFormatRadioBox(self.formats_list)
  File "/opt/src/grass_ninsbl/dist.x86_64-pc-linux-
gnu/gui/wxpython/web_services/widgets.py", line 851, in
_updateFormatRadioBox

border=5)
TypeError
:
Sizer.Insert(): arguments did not match any overloaded call:
  overload 1: 'item' is not a valid keyword argument
  overload 2: 'item' is not a valid keyword argument
  overload 3: 'item' is not a valid keyword argument
  overload 4: 'item' is not a valid keyword argument
  overload 5: 'item' is not a valid keyword argument
  overload 6: 'item' is not a valid keyword argument
  overload 7: 'item' is not a valid keyword argument
  overload 8: 'item' is not a valid keyword argument
  overload 9: 'item' is not a valid keyword argument
Traceback (most recent call last):
  File "/opt/src/grass_ninsbl/dist.x86_64-pc-linux-
gnu/gui/wxpython/web_services/widgets.py", line 548, in
OnCapDownloadDone

self._parseCapFile(self.cap_file)
  File "/opt/src/grass_ninsbl/dist.x86_64-pc-linux-
gnu/gui/wxpython/web_services/widgets.py", line 572, in
_parseCapFile

self._updateFormatRadioBox(self.formats_list)
  File "/opt/src/grass_ninsbl/dist.x86_64-pc-linux-
gnu/gui/wxpython/web_services/widgets.py", line 851, in
_updateFormatRadioBox

border=5)
TypeError
:
Sizer.Insert(): arguments did not match any overloaded call:
  overload 1: 'item' is not a valid keyword argument
  overload 2: 'item' is not a valid keyword argument
  overload 3: 'item' is not a valid keyword argument
  overload 4: 'item' is not a valid keyword argument
  overload 5: 'item' is not a valid keyword argument
  overload 6: 'item' is not a valid keyword argument
  overload 7: 'item' is not a valid keyword argument
  overload 8: 'item' is not a valid keyword argument
  overload 9: 'item' is not a valid keyword argument

@petrasovaa
Copy link
Contributor

These changes are incorporated in PR #242.

@petrasovaa petrasovaa closed this Dec 5, 2019
@ninsbl ninsbl deleted the wms_base_py3 branch December 5, 2019 17:19
@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