You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we needed to open ACE archive on a windows platform but we had some problem.
In detail we had to install peazip with ace add-on (in order to have unace.exe) and then edit the extract_ace function in unace.py.
Default code output was:
>>> x = patoolib.extract_archive("pippo.ace", verbosity=1, outdir=".")
patool: Extracting pippo.ace ...
patool: running "C:\Program Files\PeaZip\res\unace\unace.exe" x pippo.ace ./
Info: creating file list
Error: no files specified
Info: finished creating file list
ActiveACE operation return code: 2
patool: ... pippo.ace extracted to .
We had to change the x flag to e [extract in current folder] and remove the output folder
Hi,
we needed to open ACE archive on a windows platform but we had some problem.
In detail we had to install peazip with ace add-on (in order to have unace.exe) and then edit the extract_ace function in unace.py.
Default code output was:
We had to change the x flag to e [extract in current folder] and remove the output folder
There is a better way to proceed?
The text was updated successfully, but these errors were encountered: