All of lore.kernel.org
 help / color / mirror / Atom feed
* Another python3 error?
@ 2016-06-10  8:33 Gary Thomas
  2016-06-10  8:36 ` Burton, Ross
  2016-06-10  8:39 ` Gary Thomas
  0 siblings, 2 replies; 8+ messages in thread
From: Gary Thomas @ 2016-06-10  8:33 UTC (permalink / raw)
  To: yocto@yoctoproject.org

BB_VERSION        = "1.31.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-15.10"
meta              = "master:40e789d1fee7f0df2d23230fff38325119ad2935"

$ bitbake my-demo-image -g -u depexp
Traceback (most recent call last):
   File "/local/poky-cutting-edge/bitbake/bin/bitbake", line 48, in <module>
     cookerdata.CookerConfiguration()))
   File "/local/poky-cutting-edge/bitbake/lib/bb/main.py", line 374, in bitbake_main
     ui_module = import_extension_module(bb.ui, configParams.ui, 'main')
   File "/local/poky-cutting-edge/bitbake/lib/bb/main.py", line 104, in import_extension_module
     module = __import__(pkg.__name__, fromlist=[modulename])
   File "/local/poky-cutting-edge/bitbake/lib/bb/ui/depexp.py", line 21, in <module>
     import gobject
ImportError: No module named 'gobject'

bitbake -g by itself works fine.  Is this a [new] issue with my
build host, or just the change over to python3?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2016-06-10 10:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10  8:33 Another python3 error? Gary Thomas
2016-06-10  8:36 ` Burton, Ross
2016-06-10  8:39 ` Gary Thomas
2016-06-10  8:42   ` Burton, Ross
2016-06-10 10:06     ` Gary Thomas
2016-06-10  5:54       ` Maxin B. John
2016-06-10 10:48         ` Burton, Ross
2016-06-10 10:07       ` Burton, Ross

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.