New submission from Zoltan Baksa:

Hi,
I used before an XML merger script with 2.7 version, which was running fine. 
After my Anaconda was updated by SCCM to version 3.6 the same script fails and 
reports the following traceback:

File "C:\Program Files\Anaconda3\lib\xml\etree\ElementTree.py", line 1190, in
parse
 tree.parse(source, parser)
  File "C:\Program Files\Anaconda3\lib\xml\etree\ElementTree.py", line 591, in p
arse
    self._root = parser._parse_whole(source)
xml.etree.ElementTree.ParseError: unclosed token: line 128, column 4

What can I do?

----------
components: XML
files: xmlMerge.py
messages: 294335
nosy: baksaz
priority: normal
severity: normal
status: open
title: xml.etree sourcecode bug
versions: Python 3.6
Added file: http://bugs.python.org/file46891/xmlMerge.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30452>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to