Guest User

Untitled

a guest
Jun 4th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/aps/workspace/gsoc/flumotion-orig/bin/flumotion-worker", line 42, in <module>
  3.     from flumotion.common import boot
  4.   File "/home/aps/workspace/gsoc/flumotion-orig/flumotion/__init__.py", line 36, in <module>
  5.     class Fraction(Gst.Fraction):
  6.   File "/usr/lib/python2.7/dist-packages/gi/types.py", line 212, in __init__
  7.     super(GObjectMeta, cls).__init__(name, bases, dict_)
  8.   File "/usr/lib/python2.7/dist-packages/gi/_gobject/__init__.py", line 65, in __init__
  9.     cls._type_register(cls.__dict__)
  10.   File "/usr/lib/python2.7/dist-packages/gi/_gobject/__init__.py", line 119, in _type_register
  11.     type_register(cls, namespace.get('__gtype_name__'))
  12. TypeError: Error when calling the metaclass bases
  13.     argument must be a GObject subclass
Advertisement
Add Comment
Please, Sign In to add comment