Re: [yocto] Python module not found when using autotools

2019-05-30 Thread Serkan Türker
nd what it > does. Sadly, this kind of thing - working your way through large, > unfamiliar code base to debug a build failure - is typical when working > with Yocto, and is pretty much a required skill. > > Alex > > On Thu, 30 May 2019 at 21:08, Serkan Türker > wrote: > >

Re: [yocto] Python module not found when using autotools

2019-05-30 Thread Serkan Türker
the autotools script runs native python and asks it to > import soundcloud, which fails. You need a different approach, maybe > checking for the module file in the target sysroot. > > Also, do not use python 2.7. All upstream support for it ends in 6 months. > > Alex > >

[yocto] Python module not found when using autotools

2019-05-29 Thread Serkan Türker
Hi all, I am trying to write a bitbake file for a project. The project uses autotools for configuring the project before building it. While configuring it, it searches for several python modules, where some of them are custom modules I wrote the bitbake recipe for. Even though the python module bu