I am using sublime text 2.0.2 on a debian testing x64, and whenever I try to use the xml ElementTree in a plugin script, it just fails :
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
The SimpleXMLTreeBuilder doesn’t seem to work either…
But with my system’s python ( 2.7.5 and 2.6 ) ElementTree works find.
What can I do to fix that ?