Comment #2 on issue 471 by
dzpined...@gmail.com: No module named gi
https://code.google.com/p/foobnix/issues/detail?id=471
Thank you for your prompt response!
In addition to pygobject3, I recieved a trace basically requesting the
following items:
- mutagen
- pysetuptools
- pychardet
I thought I was really making progress, when finally I was met with this
last trace:
bash-4.2$ foobnix
Traceback (most recent call last):
File "/usr/bin/foobnix", line 98, in <module>
foobnix()
File "/usr/bin/foobnix", line 50, in foobnix
from foobnix.gui.foobnix_core import FoobnixCore
File "/usr/lib64/python2.7/site-packages/foobnix/gui/foobnix_core.py",
line 5, in <module>
from foobnix.gui.base_controls import BaseFoobnixControls
File "/usr/lib64/python2.7/site-packages/foobnix/gui/base_controls.py",
line 28, in <module>
from foobnix.gui.service.vk_service import VKService
File "/usr/lib64/python2.7/site-packages/foobnix/gui/service/vk_service.py",
line 11, in <module>
gi.require_version("WebKit", "3.0")
File "/usr/lib64/python2.7/site-packages/gi/__init__.py", line 76, in
require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit not available
I thought this meant I needed webkitgtk. However, webkit has a whole slew
of dependencies. So I installed the following:
- libwebp
- orc
- gstreamer1
- gst1-plugins-base
- webkitgtk
After installing the above, I went ahead and installed the slackbuild for
pywebkitgtk. Unfortunately this does not resolve the error and I still
recieve same trace/error as before:
ValueError: Namespace WebKit not available