so as usual I stumbleupon and found this picture that fascinates me. I don’t know if its true or not, but you all can give me an idea.
clipped from thenextweb.org
http://thenextweb.org/wp-content/uploads/2008/01/time_breakdown.png
  blog it

When I try to run amarokpidgin based on this tutorial, I have problem though. It always show this error everytime I try to run it.

The script ‘AmarokPidgin’ exited with error code: 1
 
Traceback (most recent call last):
File “/home/jacobian/.kde/share/apps/amarok/scripts/AmarokPidgin/AmarokPidgin.py”, line 5, in <module>
import dbus
ImportError: No module named dbus

so I post the question in mandriva irc channel at freenode (I happen to use mandriva at this time of writing). They told me that i had to install a package named python-dbus, so I installed it

[root@localhost jacobian]# urpmi python-dbus

installing python-dbus-0.82.4-2mdv2008.1.i586.rpm from //var/ftp/pub/Mandrivalinux/media/main
Preparing…                     #############################################
      1/1: python-dbus           #############################################

and voila, I can use amarokpidgin now.

PS: I don’t know if this true, but this error only happen in mandriva spring 2008.1, anyway the error does not happen in ubuntu. so this solution works for mandriva users only. :-)