i have a 7zip compressed file with .bup extension, after extracting this file using 7zip utility it creates a folder which contains two files....i would like to do the same thing with PyLZMA, can all the files be extracted into a folder using PyLZMA (decompression)?, could you let me know how can that be done?, i new to this so any detailed help will be really helpful.
Asked
Active
Viewed 1,718 times
0
-
.bup files are just backups of DVD .ifo files, so you don't need a compression library to read them. Instead you could probably adapt Python software that reads the latter to read them, such as the open source [dvdread](http://nullege.com/codes/search/dvdread). – martineau Mar 27 '13 at 13:16