Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613910 - x11-misc/magick-rotation-1.6.2-r2: No module named gui_gtk
Summary: x11-misc/magick-rotation-1.6.2-r2: No module named gui_gtk
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vadim Efimov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-26 16:40 UTC by Navid Zamani
Modified: 2020-01-04 08:53 UTC (History)
0 users

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 Navid Zamani 2017-03-26 16:40:56 UTC
When running

  /usr/share/magick-rotation/magick-rotation

I get the following error:

  Traceback (most recent call last):
    File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in <module>
      from gui_gtk import *
  ImportError: No module named gui_gtk

There is a file

  /usr/share/magick-rotation/gui_gtk.py*

, but apparently python-exec2 can’t find it.

Because of that, magick-rotation cannot be started, and hence not used either.
Comment 1 Serge Gavrilov 2018-01-06 16:59:36 UTC
I have the same problem, please help!