Description: -- Steps to Reproduce: 1. Open console window 2. Change to the "C:\Program Files\LibreOffice\program" folder 3. Run python.exe 4. Execute "import lzma" statement Actual Results: Command fails Expected Results: Command succeeds Reproducible: Always User Profile Reset: Yes Additional Info: As with similar bug #168512 which addresses missing sqlite3 module, there is no easy workaround for this one too (for the same reason). Both sqlite3 and lzma modules could be useful when working with Pandas library, since they provide additional means for dataset importing/exporting tasks.
Comment from bug 168215: Regarding lzma, I added it in 892c0d2ef0ee43e079aff51dcc09572d76689ec1 in but it was reverted in 590157ac1584fb829b0c61905298114e7c4adfde
Well, from my point of view, I don't see any rationale why it was removed either, back in 2015.