Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Missing python binding?
Date: Mon, 06 Feb 2017 18:42:01
Message-Id: 739490a9-4195-3b97-c630-685ea6d2fb32@gmail.com
In Reply to: Re: [gentoo-user] Missing python binding? by Alan McKinnon
1 On 02/06/2017 10:22 AM, Alan McKinnon wrote:
2 > On 05/02/2017 21:50, Daniel Frey wrote:
3 >> I am trying magick-rotation to see if it will work on my Surface Pro 3
4 >> (they tested in on a Surface Pro 2 and it was working, unsure if the
5 >> hardware is different.)
6 >>
7 >> However: I get this:
8 >>
9 >> Traceback (most recent call last):
10 >> File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in
11 >> <module>
12 >> from gui_gtk import *
13 >> ImportError: No module named gui_gtk
14 >>
15 >>
16 >> From searching this points to pygtk, which is installed:
17 >>
18 >> $ equery list pygtk
19 >> * Searching for pygtk ...
20 >> [IP-] [ ] dev-python/pygtk-2.24.0-r4:2
21 >>
22 >> I've also tried rebuilding it, still no worky.
23 >>
24 >> Anyone know how to solve this?
25 >>
26 >> Dan
27 >>
28 >
29 >
30 > The module is in /usr/share/magick-rotation/gui_gtk.py
31 > You need to read /usr/share/doc/magick-rotation-${PV}/INSTALLER.txt
32 >
33 > See here:
34 > https://answers.launchpad.net/magick-rotation/+question/259293
35 >
36
37 Argh. I installed it through an ebuild and it made no mention of this
38 information. Thanks.
39
40 Dan

Replies

Subject Author
Re: [gentoo-user] Missing python binding? Alan McKinnon <alan.mckinnon@×××××.com>