[beagleboard] Re: Weird Qt cross compiling issue

2013-11-04 Thread deusthe
Hello, I have a similar problem. bitbake meta-toolchain source ... hg or any python script give the following error : 'stdlib': '{base}/'+sys.lib+'/python{py_version_short}', AttributeError: 'module' object has no attribute 'lib' Did you find out how to fix it ? Best regards, Richard --

Re: [beagleboard] Re: Weird Qt cross compiling issue

2013-11-04 Thread Maxim Podbereznyy
use precompiled ones: http://www.angstrom-distribution.org/toolchains/ 2013/11/4 deus...@gmail.com Hello, I have a similar problem. bitbake meta-toolchain source ... hg or any python script give the following error : 'stdlib': '{base}/'+sys.lib+'/python{py_version_short}',

Re: [beagleboard] Re: Weird Qt cross compiling issue

2013-11-04 Thread Richard Buchmann
Thank you. 2013/11/4 Maxim Podbereznyy lisar...@gmail.com use precompiled ones: http://www.angstrom-distribution.org/toolchains/ 2013/11/4 deus...@gmail.com Hello, I have a similar problem. bitbake meta-toolchain source ... hg or any python script give the following error :