xpressor package dependency GI not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Xpresser |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
root@steropes:~# apt-get install python-xpresser
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python-xpresser
0 upgraded, 1 newly installed, 0 to remove and 124 not upgraded.
Need to get 0 B/8,594 B of archives.
After this operation, 75.8 kB of additional disk space will be used.
Selecting previously unselected package python-xpresser.
(Reading database ... 87291 files and directories currently installed.)
Unpacking python-xpresser (from .../python-
Setting up python-xpresser (1.1.4-1) ...
root@steropes:~# python
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xpresser
libdc1394 error: Failed to initialize libdc1394
ERROR:root:Could not find any typelib for Gdk
ERROR:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
from xpresser.xp import Xpresser, ImageNotFound
File "/usr/lib/
from xpresser import xutils
File "/usr/lib/
from gi.repository import Gdk
ImportError: cannot import name Gdk
ERROR:Main Logger:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
from xpresser.xp import Xpresser, ImageNotFound
File "/usr/lib/
from xpresser import xutils
File "/usr/lib/
from gi.repository import Gdk
ImportError: cannot import name Gdk
Are you running something other than Ubuntu? like Kubuntu or Xubuntu? It seems like you're missing python-gi.
Try: apt-get install python-gi