alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Error when using xml indent #53

Closed gsouf closed 10 years ago

gsouf commented 10 years ago

Just installed the package (sublim text 2 / linux) and when i select my xml then do selection => format => indent xml then i got :

Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./indentxml.py", line 44, in run
  File "./indentxml.py", line 96, in indent
ImportError: No module named pyexpat
alek-sys commented 10 years ago

Take a look at https://github.com/alek-sys/sublimetext_indentxml/issues/9

gsouf commented 10 years ago

Thanks