Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480316 - dev-python/twisted-core-13.0.0[gtk] doesn't work with gtk3
Summary: dev-python/twisted-core-13.0.0[gtk] doesn't work with gtk3
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 05:02 UTC by Jan Matějka (RETIRED)
Modified: 2018-04-21 19:34 UTC (History)
1 user (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 Jan Matějka (RETIRED) gentoo-dev 2013-08-09 05:02:50 UTC
The example snippet::

    from twisted.internet import gtk3reactor
    gtk3reactor.install()

    from twisted.internet import reactor

Doesn't work with dev-python/twisted-core-13.0.0[gtk] due to missing gi.repository package.

1. I don't know where to get the missing package (maybe pygobject:3, I haven't tried)

2. maybe it should rather have gtk2 and gtk3 use flags.

Reproducible: Always
Comment 1 Rafał Mużyło 2013-08-09 13:26:02 UTC
gi.repository (in gtk3 context) usually stands (more or less) for x11-libs/gtk+[introspection]:3 (and pygobject:3, obviously).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-21 19:34:47 UTC
FWICS the current Twisted package (dev-python/twisted) doesn't have GTK+ flags at all.