Python Forum
Importerror: No Module Named gobject - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Importerror: No Module Named gobject (/thread-9868.html)



Importerror: No Module Named gobject - waimea77 - May-02-2018

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