Hello all, I want to develop a QT app on my BBB.

Hello all, I want to develop a QT app on my BBB. So I want to use PyQt4 but it seems it is not available in Angström. Can somebody tell me how to install the missing packages? Or is it only possible when I recompile the whole distribution. Thanks in advance Marc

opkg list_installed lists the packages.
opkg install
If you want to have net connectivity on the Black when it is connected to your Linux host machine:
https://github.com/anujdeshpande/BBB-workshop#getting-started

Hello Anuj, I know how to install packages :slight_smile: But the package itself is not available in the feeds. On other disributions (e.g. Archlinux) the package name was python-pyqt4. But only the pure C/C++ packages were available.

Ahh… well a grep of opkg list didn’t yield anything to me. Maybe you could compile it from source or something… mostly it’ll be resolved on the qt forum.

Ok i will asked there. Maybe they have a solution for me. Thanks for your help