enalyze and equery use __import__ in the way officially not supported in Python 3 and really not supported in Python >=3.3: $ equery d Traceback (most recent call last): File "/usr/bin/equery", line 38, in <module> equery.main(sys.argv) File "/usr/lib64/python3.3/site-packages/gentoolkit/equery/__init__.py", line 352, in main expanded_module_name, globals(), locals(), [], -1 ValueError: level must be >= 0 $ In this case, 1 instead of -1 should be used.
fixed in commit: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=53eadf79c9bd138cc01551a67ca95b28679c2f46
Released in gentoolkit-0.3.0.7