>>> import lzma
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "./python3.3/lzma.py", line 26, in <module>
ImportError: No module named '_lzma'
Isn’t lzma
included by default in Python 3.3? Was it stripped out of the ST3 embedded python?