All of lore.kernel.org
 help / color / mirror / Atom feed
* Python GObject Errors on yocto-2.1_M3.rc2
@ 2016-04-06 10:53 Chris Trobridge
  2016-04-06 10:57 ` Burton, Ross
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Trobridge @ 2016-04-06 10:53 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]



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
 		 	   		  

[-- Attachment #2: Type: text/html, Size: 2064 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-04-08 12:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 10:53 Python GObject Errors on yocto-2.1_M3.rc2 Chris Trobridge
2016-04-06 10:57 ` Burton, Ross
2016-04-06 11:19   ` Chris Trobridge
2016-04-06 11:22     ` Burton, Ross
2016-04-06 15:45       ` Chris Trobridge
2016-04-06 15:52         ` Burton, Ross
2016-04-07 13:28           ` Alexander Kanavin
2016-04-07 13:35             ` Burton, Ross
2016-04-07 13:40               ` Alexander Kanavin
2016-04-07 16:58                 ` Chris Trobridge
2016-04-08 12:16                   ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.