LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   BloGTK doesn't work - python gtkhtml2 module not found (https://www.linuxquestions.org/questions/debian-26/blogtk-doesnt-work-python-gtkhtml2-module-not-found-503572/)

vharishankar 11-21-2006 08:31 AM

BloGTK doesn't work - python gtkhtml2 module not found
 
I installed BloGTK desktop blogging client and I couldn't get it to run.

I'm running Debian Etch with the latest updates.

Here's the error message. I googled around for the solution, but unfortunately couldn't find any although there are places where other people have had the same issue.

Code:

Traceback (most recent call last):
  File "/usr/bin/BloGTK", line 14, in ?
    import gtkhtml2
ImportError: No module named gtkhtml2

I have all the dependencies installed, including python-gnome and python-gtk2. No luck yet :(

weibullguy 11-21-2006 11:09 AM

You're probably missing libgtkhtml. If it's not in the repository, here's a link to the source tarball, http://ftp.gnome.org/pub/gnome/sourc...2.11.0.tar.bz2

Simple ./configure --prefix=/usr && make && make install if you need to build it from source.

vharishankar 11-21-2006 09:29 PM

I have libgtkhtml2 installed. But python seems to miss a module for it. It's supposed to be present in python-gnome, but unfortunately it is not.


All times are GMT -5. The time now is 09:06 PM.