On 05/28/2012 at 10:05 Rene Maurer <[email protected]> wrote:
> On 05/24/2012 at 06:05 C Anthony Risinger <[email protected]> wrote:
>
>> MAKE DEPS: gperf gobject-introspection python2 gtk3 mesa
> + geoclue
>
>> if all goes well you should be able to run the helloworld example at
>> the very least.
Answering myself...
> [helloworld]$ cat ~/.pyjd/pyjdrc
> [gui]
> engine=giwebkitk
^
After fixing this and installing python2-gobject (on my system only
python2-gobject2 was installed) i have now:
[helloworld]$ ../../../pyjs/bin/pyjd Hello.py
Traceback (most recent call last):
File "Hello.py", line 1, in <module>
import pyjd # this is dummy in pyjs.
File "/home/rene/Local/python/pyjs/pyjs/pyjd/__init__.py", line 37,
in <module> from giwebkit import *
File "/home/rene/Local/python/pyjs/pyjs/pyjd/giwebkit.py", line 46,
in <module> gi.require_version('WebKit', '3.0')
File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 48, in
require_version raise ValueError('Namespace %s not available' %
namespace) ValueError: Namespace WebKit not available
René