[Answer]-No module named future_builtins even when future is installed, python2.7.3 on BBB

1👍

ok, it was easy but I overlooked it

I compiled python2.7.8 myself and inside libs I found future_builtins.so, I just copied the file into the libs of my current python and it worked.

it seems that opkg didn’t install the latest version of python and also missed some of the libs, though I compiled python2.7.8 but I couldn’t use it as other modules were breaking.
The proper way of using would have been configuring virtualenv, but then it was again giving a different error, I thought of debugging it sometime later and go with copying that single shared object file and it worked.

Leave a comment