Thanks Ross, This did the trick for python 2.7, and "from gi.repository import GObject" works too. It's still not installed for python 3.5. I will see if I did anything specific to make that happen but it's odd that it worked before. Regards,Chris
From: [email protected] Date: Wed, 6 Apr 2016 11:57:10 +0100 Subject: Re: [yocto] Python GObject Errors on yocto-2.1_M3.rc2 To: [email protected] CC: [email protected] On 6 April 2016 at 11:53, Chris Trobridge <[email protected]> wrote: ImportError: No module named importlib Looks like python-gobject needs to depend on python-importlib. Not sure why that isn't in -core to be honest. Can you add python-importlib to your image and see if it then works, or if other modules are missing? Ross
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
