Decompression Library
-
Has anyone implemented uzlib or equiv on a pycom device to do decompression? I need to decompress some downloaded zip files and I am looking for a solution. Not clear how I would install uzlib.
-
@dan Is there an alternative for tarfile.open() on pycom modules?
import uzlib Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: no module named 'uzlib'
-
Hi @panda,
uzlib
is available in the development firmware