<div dir="ltr"><div>Did you compile it with those local changes? It needs to be compiled to create the xml files.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 15, 2019 at 3:56 PM Helmut Kudrnovsky <<a href="mailto:hellik@web.de">hellik@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Anna Petrášová wrote<br>
> Hi,<br>
> <br>
> I am testing some changes in Python library on Windows and when I get over<br>
> the current problem, I run into that I can't import win32file in<br>
> core/gcmd.py. Some problem with packaging?<br>
<br>
applied locally your commits (r74480), I get:<br>
<br>
############################<br>
C:\>grass77svn --text<br>
Starting GRASS GIS...<br>
WARNUNG: Sperren gleichzeitiger Zugriffe auf ein Mapset ist unter Windows<br>
         nicht möglich.<br>
Cleaning up temporary files...<br>
<br>
          __________  ___   __________    _______________<br>
         / ____/ __ \/   | / ___/ ___/   / ____/  _/ ___/<br>
        / / __/ /_/ / /| | \__ \\_  \   / / __ / / \__ \<br>
       / /_/ / _, _/ ___ |___/ /__/ /  / /_/ // / ___/ /<br>
       \____/_/ |_/_/  |_/____/____/   \____/___//____/<br>
<br>
Welcome to GRASS GIS 7.7.svn (r74474M)<br>
GRASS GIS homepage:                      <a href="https://grass.osgeo.org" rel="noreferrer" target="_blank">https://grass.osgeo.org</a><br>
This version running through:            Command Prompt<br>
(C:\WINDOWS\system32\cmd.exe)<br>
Help is available with the command:      g.manual -i<br>
See the licence terms with:              g.version -c<br>
See citation options with:               g.version -x<br>
Start the GUI with:                      g.gui wxpython<br>
When ready to quit enter:                exit<br>
<br>
Microsoft Windows [Version 10.0.17763.475]<br>
(c) 2018 Microsoft Corporation. Alle Rechte vorbehalten.<br>
<br>
C:\>g.gui wxpython<br>
Starte <wxpython> GUI im Hintergrund. Bitte warten Sie ...<br>
C:\OSGEO4~1\apps\grass\grass77/gui/wxpython/wxgui.py:101:<br>
DeprecationWarning: Yield() is deprecated<br>
  wx.Yield()<br>
Traceback (most recent call last):<br>
  File "C:\OSGEO4~1\apps\grass\grass77/gui/wxpython/wxgui.py", line 106, in<br>
OnInit<br>
    workspace=self.workspaceFile)<br>
  File "C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\lmgr\frame.py", line<br>
131, in __init__<br>
    self._moduleTreeBuilder =<br>
LayerManagerModuleTree(message_handler=add_menu_error)<br>
  File "C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\lmgr\menudata.py", line<br>
68, in __init__<br>
    message_handler=message_handler)<br>
  File "C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\core\menutree.py", line<br>
71, in __init__<br>
    xmlTree = etree.parse(filename)<br>
  File "C:\OSGEO4~1\apps\Python37\lib\xml\etree\ElementTree.py", line 1197,<br>
in parse<br>
    tree.parse(source, parser)<br>
  File "C:\OSGEO4~1\apps\Python37\lib\xml\etree\ElementTree.py", line 598,<br>
in parse<br>
    self._root = parser._parse_whole(source)<br>
xml.etree.ElementTree.ParseError: no element found: line 1, column 0<br>
OnInit returned false, exiting...<br>
############################<br>
<br>
<br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html</a><br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-dev</a></blockquote></div></div>