dsoprea / PyEasyArchive

A very intuitive and useful adapter to libarchive for universal archive access.
MIT License
96 stars 33 forks source link

Invalid Token error #11

Open anmoldalmia opened 8 years ago

anmoldalmia commented 8 years ago

The installation process raises a SyntaxError in /libarchive/constants/archive_entry.py, line 1 as :

AE_IFMT = 0170000 ^ SyntaxError: invalid token

victor3rc commented 8 years ago

Any progress @anmoldalmia? I'm getting the same error...

rr- commented 8 years ago

Same

socketpair commented 8 years ago

Seems this library is not Python-3-ready

socketpair commented 8 years ago

This is fixed in https://github.com/dsoprea/PyEasyArchive/pull/3 but still not merged

bfontaine commented 8 years ago

This has been merged but it hasn’t been released. @dsoprea Do you mean releasing a new version?