jorgicio / jorgicio-gentoo-overlay

Gentoo Overlay made by Jorgicio.
100 stars 50 forks source link

x11-misc/emojione-picker fails to start: ImportError: No module named gi #258

Open redblade7 opened 4 years ago

redblade7 commented 4 years ago

x11-misc/emojione-picker fails to start with the error:

Traceback (most recent call last):
  File "/usr/bin/emojione-picker", line 20, in <module>
    from gi import require_version
ImportError: No module named gi

Is a dependency missing?

redblade7 commented 4 years ago

If this helps, I was required to remove the python_targets_python2_7 USE flag before install, and I see the program does not support Python 3. Perhaps the program is being partially installed?

jorgicio commented 4 years ago

If this helps, I was required to remove the python_targets_python2_7 USE flag before install, and I see the program does not support Python 3. Perhaps the program is being partially installed?

Yes, maybe, I don't have this issue here, but I hope the change I did helps.

redblade7 commented 4 years ago

Still getting the same error. I am using python_targets_python3_7

jorgicio commented 4 years ago

Ok, I may check it then. Reopening issue.