View Single Post
Posts: 8 | Thanked: 3 times | Joined on Mar 2010 @ Latvia
#128
Originally Posted by biggzy View Post
Here is the output...

/home/user # python /opt/homunculus.py
Traceback (most recent call last):
File "/opt/homunculus.py", line 4, in <module>
import hildon
ImportError: No module named hildon
/home/user #

I had to reinstall homunculus as i had removed it due to it not working.

thanx!
Sorry, It's my fail with deb dependences;]


Try in terminal )

~$ sudo gainroot
~$ apt-get install python-hildon
~$ exit
~$ python /opt/homunculus.py

should work ))