Thread
:
How 2 Kagu (OS2008)
View Single Post
jaywhy13
2007-12-24 , 15:25
Posts: 80 | Thanked: 9 times | Joined on Oct 2007
#
1
Alright... first time making a contribution.
Leave this repos alone selected in Application Manager
Catalog: maemo Extras
Address:
http://repostory.maemo.org/extras/
Distribution: chinook
Components: free non-free
(Please note the spelling error, make sure you use it 2)
The other repositories are disabled because different repositories might provide the same package... and you want to be sure that you're getting kagu from this repos... so disabling all others makes that very clear.
Alright, try and install kagu.
Preferably... use a terminal and execute the command as root
(Use gainroot or one of those other programs... or just ssh into your tablet if you have openssh or an ssh server & client installed)
apt-get install kagu
If you get the following.. don't worry...
Setting up kagu (1.0.10-3) ...
Cache file created successfully.
Traceback (most recent call last):
File "./kagu-scanner.py", line 24, in <module>
import pygtk,gtk,gobject
File "debian/python2.5-gtk2/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
ImportError: No module named cairo
dpkg: error processing kagu (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
kagu
E: Sub-process /usr/bin/dpkg returned an error code (1)
The error about no module named cairo means the python bindings for cairo are missing...
I did
apt-cache search cairo
and got the following:
libcairomm-1.0-dev - C++ wrappers for Cairo (development files)
libcairomm-1.0-1 - C++ wrappers for Cairo (shared libraries)
python2.5-cairo - Python bindings for the Cairo vector graphics library
python2.5-cairo-dev - Python cairo bindings: development files
libcairomm-1.0-doc - C++ wrappers for Cairo (documentation)
libcairo2 - The Cairo 2D vector graphics library
So all now needs to be done is
apt-get install python2.5-cairo
That should fix kagu and get it working... post if you have any problems... I'll try to help
Quote & Reply
|
The Following 3 Users Say Thank You to jaywhy13 For This Useful Post:
altoidbox
,
Susdio
jaywhy13
View Public Profile
Send a private message to jaywhy13
Find all posts by jaywhy13