Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Missing python binding? Daniel Frey <djqfrey@×××××.com>