[yocto] Python GObject Errors on yocto-2.1_M3.rc2
Chris Trobridge
christrobridge at hotmail.com
Wed Apr 6 03:53:25 PDT 2016
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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160406/f6bad82a/attachment.html>
More information about the yocto
mailing list