I get the same with python3.5 and python3.6 $ lzilla Traceback (most recent call last): File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 2430, in resolve return functools.reduce(getattr, self.attrs, module) AttributeError: module 'libzilla.__main__' has no attribute 'main' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python-exec/python3.5/lzilla", line 11, in <module> load_entry_point('libzilla==1.2', 'console_scripts', 'lzilla')() File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 2769, in load_entry_point return ep.load() File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 2422, in load return self.resolve() File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 2432, in resolve raise ImportError(str(exc)) ImportError: module 'libzilla.__main__' has no attribute 'main'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99d0bc2230664f6c73c4aa5ad1d8d1425a07eab commit d99d0bc2230664f6c73c4aa5ad1d8d1425a07eab Author: Patrice Clement <monsieurp@gentoo.org> AuthorDate: 2018-06-24 16:52:43 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2018-06-24 16:53:08 +0000 dev-python/libzilla: version bump. Closes: https://bugs.gentoo.org/658970 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/libzilla/Manifest | 1 + dev-python/libzilla/libzilla-1.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+)
Thanks for the heads up. That's weird, I never ran into this problem until Python 3.6 came out. lzilla works now!