Installing Gwibber under Debian Lenny
# apt-get install bzr
When Bazaar is installed downoad the Gwibber code to your folder:
# bzr branch lp:gwibber
Now let’s get the dependacies. Gwibber uses the following dependacies:
* python (2.5)
* python-dbus (0.80.2)
* python-gtk2 (2.10.4)
* python-gconf (2.18.0)
* python-notify (0.1.1)
* python-webkitgtk (1.0.1)
* python-simplejson (1.9.1)
* python-egenix-mxdatetime (3.0.0)
* python-distutils-extra
* python-feedparser (4.1)
First let’s get python-webkitgtk beacuse you can’t apt-get it
Download it from the following URL:
http://packages.debian.org/squeeze/python-webkit
This is for the i386 arch:
# wget http://mirrors.kernel.org/debian/pool/main/p/pywebkitgtk/python-webkit_1.0.2-1_i386.deb
# dpkg -i python-webkit_1.0.2-1_i386.deb
It still needs few dependacies so run;
# apt-get -f install
and you will have python-webkit installed.
now
# apt-get install python-dbus python-gtk2 python-notify python-simplejson python-egenix-mxdatetime python-distutils-extra python-feedparser
And now your dependacies are installed and you can run the main install.py script from the gwibber source folder.
# python setup.py install
Wait for it to install it and that is it. Enjoy in gwibber everybody
UPDATE:
If you get the following error:
Traceback (most recent call last): File “/usr/local/bin/gwibber”, line 55, in from gwibber.client import GwibberClient File “/usr/local/lib/python2.5/site-packages/gwibber/client.py”, line 12, in from . import gwui, config, gintegration, configui, resources File “/usr/local/lib/python2.5/site-packages/gwibber/gwui.py”, line 11, in from mako.template import Template ImportError: No module named mako.template
$ apt-get install python-mako
(Thanx to Vector)
Update #2:
Also installation for Debian Sid (thanks to Ryan)
So for sid the short instructions are here:
# installing depends & version control
sudo aptitude install bzr python-webkit python-dbus python-gtk2 python-notify python-simplejson python-egenix-mxdatetime python-distutils-extra python-feedparser python-mako
# check out source with bzr
bzr branch lp:gwibber
# cd into dir where bzr put source / setup files
cd gwibber
# run setup script
sudo python setup.py install
Thank you for this I was struggling with gwibber to install it on debian lenny for awhile now, again many thanks!
Thanks for your help
[...] Gwibber unter Lenny nutzen will: http://www.florijan.net/?p=3 , ich mag es [...]
Thank You Very Much!
[...] Gwibber maintenant installer dans Debian http://www.florijan.net/?p=3&cpage=1 [...]
Please, can you PM me and tell me few more thinks about this, I am really fan of your blog…gets solved properly asap.
I did these steps but:
vector@machine:$ gwibber
Traceback (most recent call last):
File “/usr/local/bin/gwibber”, line 55, in
from gwibber.client import GwibberClient
File “/usr/local/lib/python2.5/site-packages/gwibber/client.py”, line 12, in
from . import gwui, config, gintegration, configui, resources
File “/usr/local/lib/python2.5/site-packages/gwibber/gwui.py”, line 11, in
from mako.template import Template
ImportError: No module named mako.template
Ok
I did
$ sudo apt-get install python-mako
and it runs
Thanks!
Great tutorial. Thank you so much. :]
da best. Keep it going! Thank you
thanks for the help
good tutorial, but python-imaging seems also be needed as dependency.
[...] Fuente: http://www.florijan.net/?p=3 [...]
hi for sometime now that i’ve been trying to install but allways failed, i installed choqok but now gwibber is working on my sidux box.
by the way in debian sid you can apt-get install python-webkit
thanks
[...] Agora que tenho estado longe do Desktop e usado o laptop onde instalei a grande distro sidux que é Debian Sid com uns pózinhos mágicos para tudo funcionar, lembrei-me de experimentar outra vez, tentando instalar por deb’s não fui lá….Então resolvi apelar ao mestre google para ver o que aparecia e encontrei a papinha toda feita e diga-se que é bastante simples, basta irem até ao blog Florijan [...]
So for sid the short instructions are here:
# installing depends & version control
sudo aptitude install bzr python-webkit python-dbus python-gtk2 python-notify python-simplejson python-egenix-mxdatetime python-distutils-extra python-feedparser python-mako
# check out source with bzr
bzr branch lp:gwibber
# cd into dir where bzr put source / setup files
cd gwibber
# run setup script
sudo python setup.py install
Nothing will appear in gnome menu (at least didn’t for me), so you will want to create a panel launcher that runs ‘gwibber’
[...] http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/ [...]
[...] aber die ist in den Quellen von Lenny nicht verfügbar. Bei Florijan habe ich dann eine Alternative zur Installation für gwibber gefunden, die ich anwenden und erfolgreich zu Ende bringen konnte. Die [...]
For me (debian sid) it also needs python-xdg.
[...] http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/ [...]
Official package is coming into Sid. However, its difficult to backport it into Lenny as python-webkit now depends on python-support >= 0.90 and Lenny has 0.84
[...] #gwibber have a look here: http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/ hope this [...]
[...] http://www.florijan.net/2009/04/11/installing-gwibber-under-debian-lenny/ a few seconds ago from mail [...]
Thanks a lot (: