This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author baksaz
Recipients baksaz
Date 2017-05-24.08:36:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495614978.44.0.236861711153.issue30452@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-05-24 08:36:18baksazsetrecipients: + baksaz
2017-05-24 08:36:18baksazsetmessageid: <1495614978.44.0.236861711153.issue30452@psf.upfronthosting.co.za>
2017-05-24 08:36:18baksazlinkissue30452 messages
2017-05-24 08:36:18baksazcreate