<div dir="auto"><div>Rich,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> schrieb am Mi., 18. Sep. 2019, 00:49:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried creating a draft map using g.gui.psmap. I set the page parameters<br>
and the frame, but when I tried to set color parameters for a vector (line)<br>
map clicking the 'properties' button did nothing while Python traceback<br>
printed in the console:<br>
<br>
> g.gui.psmap<br>
/usr/local/grass79/gui/wxpython/psmap/dialogs.py:1236: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.<br>
   _("Region is set to match this map,\nraster or vector map must be added later"))<br>
/usr/local/grass79/gui/wxpython/psmap/dialogs.py:1236: wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.<br>
   _("Region is set to match this map,\nraster or vector map must be added later"))<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br>
Traceback (most recent call last):<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 1942, in OnProperties<br>
     tmpSettings=self.tmpDialogDict[id])<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2140, in __init__<br>
     self.DSpanel = self._DataSelectionPanel(notebook)<br>
   File "/usr/local/grass79/gui/wxpython/psmap/dialogs.py", line 2234, in _DataSelectionPanel<br>
     str, self.layers), size=self.spinCtrlSize)<br>
TypeError: Choice(): arguments did not match any overloaded call:<br>
   overload 1: too many arguments<br>
   overload 2: argument 'choices' has unexpected type 'map'<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Please open directly a trac ticket in such cases as this is the user list.</div><div dir="auto">The new ticket will automatically be forwarded to grass-dev.</div><div dir="auto"><br></div><div dir="auto">Thanks</div><div dir="auto">Markus</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
HTH,<br>
<br>
Rich<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank" rel="noreferrer">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div></div></div>