Eric Jardim
Member
Hi,
Just a few days ago, I realized that my Pandora came with Python and Qt4.
Long ago (2006) I've designed a tiny kit to rapidly create UI-based applications with no redundancy and clear code, based upon PyQt4. I was curious to port some of my applications to the Pandora just to see if I can use my kit to develop pandora apps.
So I did:
opkg install python-pyqt python-sip
But the uic module is still missing. My kit depends on dynamic ui loading (the loadUi function inside uic module) and ui compiling is not an option.
I read this post and saw that the guy somehow solved the uic problem, but I can't see how?!?!!
Can anyone help? Thanks
Just a few days ago, I realized that my Pandora came with Python and Qt4.
Long ago (2006) I've designed a tiny kit to rapidly create UI-based applications with no redundancy and clear code, based upon PyQt4. I was curious to port some of my applications to the Pandora just to see if I can use my kit to develop pandora apps.
So I did:
opkg install python-pyqt python-sip
But the uic module is still missing. My kit depends on dynamic ui loading (the loadUi function inside uic module) and ui compiling is not an option.
I read this post and saw that the guy somehow solved the uic problem, but I can't see how?!?!!
Can anyone help? Thanks