Today I still encountered the same problem, but got it installed after installing python-gobject from the command line. Now healthcheck is installed, but it crashes a few seconds after starting it, doesn't draw any window. [Edit: well, it draws a black window and the name appears in the titlebar and the thing next to the name is swirling for a few seconds] What's the name to use to start it from the terminal? (healthcheck: not found) edit2: Maybe this hasn't got anything to do with my problem, since starting it this way doesn't draw the black screen and the name in the titlebar , but here's what running healthcheck.py says: Code: /home/opt/healthcheck # python healthcheck.py ** Start Imports ** Traceback (most recent call last): File "healthcheck.py", line 43, in <module> import hildon ImportError: No module named hildon
/home/opt/healthcheck # python healthcheck.py ** Start Imports ** Traceback (most recent call last): File "healthcheck.py", line 43, in <module> import hildon ImportError: No module named hildon
sudo gainroot apt-get install python-hildon exit python /opt/healthcheck/healthcheck.py