dsoprea / PyEasyArchive

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

setup.py : circular import #53

Open jihed-gasmi opened 2 years ago

jihed-gasmi commented 2 years ago

While installing libarchive I got the error : Verifying that the library is accessible.Library can not be loaded: [WinError 126] Le module spécifié est introuvable. I was surprised to discover that the line "import libarchive" is called within the file setup.py I'm not aware of the reasons to change the name of the module but it's strange to import a module that you are trying to install or to install a module you are trying to import !