import lzma

import lzma

Official Release Blender 2.75a:Windows: Works!
Linux: ImportError
OSX: ImportError

Import errors on both Linux and OSX referring to “from _lzma import *” on line 26 of \2.75\python\lib\lzma.py

Anything special that needs to be done on those systems to make it work? I thought lzma was supposed to be included in python since 3.3… and since python 3.4 is bundled with Blender…

Basically all the modules listed at https://docs.python.org/3.4/library/archiving.html work except lzma on Linux and OSX.

Blender doesn’t come with all standard Python packages, maybe they are missing in Linux / OSX distributions?