On 12/13/2017 09:24 AM, Burton, Ross wrote:
On 13 December 2017 at 14:17, Bruce Ashfield <[email protected] <mailto:[email protected]>> wrote:

    yow-bashfiel-d4 [/home/bruc...poky/build]> oe-selftest -r
    runqemu.RunqemuTests.test_boot_deploy
    Traceback (most recent call last):
       File "/home/bruce/poky/scripts/oe-selftest", line 43, in <module>
         from oeqa.utils import load_test_components
    ImportError: bad magic number in 'oeqa': b'\x03\xf3\r\n'


You've been switching between master and a pre-py3 branch, and Python is stupid so the py3 binary is trying to run py2 compiled binaries.


Yah. My build directory is three years old :D


find poky -name \*.pyc -delete will fix it.

Thanks. I'd have *never* come up with that!!!

Bruce


Ross

--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to