The Python binding is missing

YuGiOhJCJ Mailing-List yugiohjcj-mailinglist at laposte.net
Fri Oct 5 08:32:42 PDT 2012


> On Fri, 2012-10-05 at 16:41 +0200, YuGiOhJCJ Mailing-List wrote:
> > Can you explain me where is the Python binding?
> 
> The python bindings are no longer provided, you need to use
> gobject-introspection bindings instead.
> 
> Later,
> /B
> -- 
> Brian Pepple <bpepple at fedoraproject.org>
> 

Ok so after I installed gobject-introspection (1.34.0) and pygobject (3.4.0) I should be able to run the example into the examples/gui directory...

But when I try, see what happened:
$ ./fs-gui.py 
Traceback (most recent call last):
  File "./fs-gui.py", line 33, in <module>
    gi.require_version('Farstream', '0.2')
  File "/usr/lib/python2.6/site-packages/gi/__init__.py", line 48, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Farstream not available

Can you explain me why it doesn't work correctly now?


More information about the Farstream-devel mailing list