alek-sys / sublimetext_indentxml

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

Not working shows error on console #35

Closed AmitChotaliya closed 11 years ago

AmitChotaliya commented 11 years ago

Traceback (most recent call last): File "./sublimeplugin.py", line 362, in run File "./indentxml.py", line 49, in run File "./indentxml.py", line 92, in indent File ".\xml\dom\minidom.py", line 1927, in parseString File ".\xml\dom\expatbuilder.py", line 32, in File ".\xml\parsers\expat.py", line 4, in ImportError: No module named pyexpat

alek-sys commented 11 years ago

Duplicate of Issue #16