Friday, July 12, 2013

GstNet - additional info

Ran 'strace' on the worker and these are the lines i got relevant to GstNet:

http://pastebin.com/fepsc0Ss

And here is the output from the worker with an included 'pprint.pprint(sys.modules)' in feedcomponent010.py, where i'm importing GstNet:

http://pastebin.com/tPmaPnZf

  1.  'gi.repository': <module 'gi.repository' from '/usr/lib/python2.7/dist-packages/gi/repository/__init__.pyc'>,
  2.  'gi.repository.Atk': <gi.module.DynamicModule 'Atk' from '/usr/lib/girepository-1.0/Atk-1.0.typelib'>,
  3.  'gi.repository.GLib': <gi.module.DynamicGLibModule 'GLib' from '/usr/lib/girepository-1.0/GLib-2.0.typelib'>,
  4.  'gi.repository.GObject': <gi.module.DynamicGObjectModule 'GObject' from '/usr/lib/girepository-1.0/GObject-2.0.typelib'>,
  5.  'gi.repository.Gst': <gi.module.DynamicModule 'Gst' from '/usr/lib/girepository-1.0/Gst-1.0.typelib'>,
  6.  'gi.repository.Gtk': <gi.module.DynamicModule 'Gtk' from '/usr/lib/girepository-1.0/Gtk-3.0.typelib'>,

 Looking from here i can see that GstNet is not located in gi.repository, but i looked for the library in /usr/lib and i found 'GstNet-1.0.typelib' also as i mentioned yesterday i can import GstNet from a python interactive prompt.

P.S: Some small changes -> [1174be]

No comments :

Post a Comment