Am 20.02.2011 10:08, schrieb Steffen Sledz: > Trying bitbake 1.12.0 together with the testscript from contrib results in an > error for me (openSUSE 11.3 32bit, bitbake 1.10.2 works fine): > ... > ImportError: No module named ply
Could be fixed by installing additional python-ply package. Next problem was the missing progressbar module. Unfortunately there is no openSUSE package for it so i had to install directly from pypi.python.org. :( It think there should be some sanity checks for such problems. Steffen -- DResearch Fahrzeugelektronik GmbH Otto-Schmirgal-Str. 3, 10319 Berlin, Germany Tel: +49 30 515932-237 mailto:[email protected] Fax: +49 30 515932-299 Geschäftsführer: Dr. Michael Weber, Werner Mögle; Amtsgericht Berlin Charlottenburg; HRB 130120 B; Ust.-IDNr. DE273952058 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
