I have a code base using gobject introspection that has been running fine on
Alex's gobject-introspection-experimental branch on poky-contrib but is broken
on 2.1 M3.
I am using it with python3 (3.5) but it isn't accessible with python27 either.
It appears it may be partially installed for 2.7 but not at all for 3.5.
To simplify things, I have built core-image-full-cmdline on genericx86-64 and
this gives the same result as my image:
=============Poky (Yocto Project Reference Distro) 2.0+snapshot-20160406
genericx86-64 console
genericx86-64 login: rootroot@genericx86-64:~# pythonPython 2.7.11 (default,
Apr 6 2016, 10:05:21) [GCC 5.3.0] on linux2Type "help", "copyright", "credits"
or "license" for more information.>>> import giTraceback (most recent call
last): File "<stdin>", line 1, in <module> File
"/usr/lib/python2.7/site-packages/gi/__init__.py", line 29, in <module>
import importlibImportError: No module named importlib>>> =============
Is there something else I need to change to get gobject introspection to work
with the RC or does this indicate a bug/omission?
Cheers,Chris
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto