SublimePythonIDE icon indicating copy to clipboard operation
SublimePythonIDE copied to clipboard

xml.etree.ElementTree.ParseError: not well-formed

Open lin71008 opened this issue 5 years ago • 0 comments

I don't know why... but it can not work Setting:

"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme"

Error Message:

reloading plugin SublimePythonIDE.__init__
reloading plugin SublimePythonIDE.pep8
reloading plugin SublimePythonIDE.sublime_python
reloading plugin SublimePythonIDE.sublime_python_colors
reloading plugin SublimePythonIDE.sublime_python_commands
reloading plugin SublimePythonIDE.sublime_python_errors
reloading plugin SublimePythonIDE.sublime_python_linting
reloading plugin SublimePythonIDE.sublime_python_refactorings
plugins loaded
Loaded instruction set
Loaded support set
Traceback (most recent call last):
  File "C:\Users\Nick\AppData\Roaming\Sublime Text 3\Packages\SublimePythonIDE\sublime_python_colors.py", line 82, in generate_color_scheme_async
    plist = ElementTree.XML(scheme_text)
  File "./python3.3/xml/etree/ElementTree.py", line 1356, in XML
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0

lin71008 avatar Dec 31 '20 05:12 lin71008