c - unable to use library build with gobject-introspection in python -
it's first question on stackoverflow. before start i'm sorry poor english
i'm developing library "pocketvox". it's aim provide easy way use pocketsphinx (voice recognition) on linux system control it.
the main project stored here https://github.com/benoitfragit/pocketvox
i've coded in c , want give developers access in python. i've generated .gir , .typelib files. library name pocketvox , every files present
i tried load if failed:
from gi.repository import pocketvox
i've set gi_typelib_path variable in order point folder containing typelib file nothing changed
if has knowledge in gobject-introspection c/python, need resolve problem
i found myself, ld_library_path not good
Comments
Post a Comment