[SOLVED] No module named gtkhtml2

I came across this error while trying to run BloGTK.

I tried installing it from repositories but it failed:

sudo apt-get install python-gtkhtml2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-gtkhtml2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package python-gtkhtml2 has no installation candidate

There’s a bug filed for this.

To solve the error, I downloaded the appropriate .deb package from here and installed it:
http://packages.ubuntu.com/karmic-updates/python-gtkhtml2

For maverick users, you’ll have to download and install libgtkhtml2-0 package from the following site to solve dependency issue of python-gtkhtml2 :
http://packages.ubuntu.com/lucid/libgtkhtml2-0

Cheers!

Leave a comment

Your email address will not be published.