Python Forum

Full Version: Importerror: No Module Named gobject
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Trying to run an application in Ubuntu, but no such luck. I get this error:

Error:
joachim@joachim-VirtualBox:~/Tools/Onapsis$ ./bizploit -c Traceback (most recent call last): File "./bizploit", line 31, in <module> import core.bizploitCore as core File "/home/joachim/Tools/Onapsis/core/bizploitCore.py", line 30, in <module> import core.kb.knowledgeBase as kb File "/home/joachim/Tools/Onapsis/core/kb/knowledgeBase.py", line 28, in <module> import gobject ImportError: No module named gobject
Can anyone assist? I have tried to install python-gobject, but am not able to get that to work either. Nor that I am certain that it would help either.

thanks!

/j