python-lhafile
python-lhafile copied to clipboard
LHA archive support for Python
@FrodeSolheim `pip install lhafile` occurs the following error in Win10, because lhafile doesn't provide enough wheels for recent python 3.X . > error: Microsoft Visual C++ 14.0 is required. Get...
I assume this is the same lhafile project that is available at: https://pypi.org/project/lhafile/ When namelist() is used it does not list the directories as an item. When namelist() is used...
Inspecting various archives I get mixed up path separators. For some archives it uses the expected slash ("/"), but for some other archives I get a backslash ("\"). Shouldn't this...