Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Missing python binding?
Date: Sun, 05 Feb 2017 19:50:25
Message-Id: 8369714e-a10b-5dbd-a5db-1efd96e2dbb5@gmail.com
1 I am trying magick-rotation to see if it will work on my Surface Pro 3
2 (they tested in on a Surface Pro 2 and it was working, unsure if the
3 hardware is different.)
4
5 However: I get this:
6
7 Traceback (most recent call last):
8 File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in
9 <module>
10 from gui_gtk import *
11 ImportError: No module named gui_gtk
12
13
14 From searching this points to pygtk, which is installed:
15
16 $ equery list pygtk
17 * Searching for pygtk ...
18 [IP-] [ ] dev-python/pygtk-2.24.0-r4:2
19
20 I've also tried rebuilding it, still no worky.
21
22 Anyone know how to solve this?
23
24 Dan

Replies

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