Closed

Description
import lzma
fails with Python 3:
08-24 20:34:43.881 2066 2227 I python : Traceback (most recent call last):
08-24 20:34:43.885 2066 2227 I python : File "./app.py", line 10, in <module>
08-24 20:34:43.886 2066 2227 I python : import lzma
08-24 20:34:43.886 2066 2227 I python : File "/mnt/expand/ccbe4e94-5878-4053-8382-d825486cc844/user/0/org.example.myapp/files/app/crystax_python/stdlib.zip/lzma.py", line 26, in <module>
08-24 20:34:43.888 2066 2227 I python : ImportError: No module named '_lzma'
Do I need to install some dependency? Isn't this normally part of the standard library that should be included in any case? Not sure what to make of this