Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622084 - gnome-extra/zeitgeist-explorer doesn't run with python3 because gnome-extra/zeitgeist only has python2_7 support
Summary: gnome-extra/zeitgeist-explorer doesn't run with python3 because gnome-extra/z...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-18 10:05 UTC by Pacho Ramos
Modified: 2018-01-28 13:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2017-06-18 10:05:09 UTC
Either we drop python3 support from zeitgeist-explorer, or we try to add python3 support to zeitgeist

# zeitgeist-explorer 
/usr/lib/python-exec/python3.4/zeitgeist-explorer:22: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/zeitgeist-explorer", line 25, in <module>
    from zgexplorer.window import ExplorerMainWindow
  File "/usr/lib64/python3.4/site-packages/zgexplorer/window.py", line 26, in <module>
    from zgexplorer.monitorviewer import MonitorViewer
  File "/usr/lib64/python3.4/site-packages/zgexplorer/monitorviewer.py", line 27, in <module>
    from zgexplorer.eventwidgets import EventDetailsViewer, EventsTreeView, EventsViewer
  File "/usr/lib64/python3.4/site-packages/zgexplorer/eventwidgets.py", line 24, in <module>
    from zeitgeist.datamodel import Event, Subject, Manifestation, \
ImportError: No module named 'zeitgeist'
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-01-28 13:53:56 UTC
Gone