For the venturesome about us who also wan't to run things on unspported platforms.
I manged to run the Qube GUI on Debian Lenny amd64.
steps:
* download the FEDORA-8 version (e.g. qubegui-6.0.4-release.x86_64-FEDORA-8-x86_64.rpm)
* convert with alien (alien --scripts --to-deb qubegui-6.0.4-release.x86_64-FEDORA-8-x86_64.rpm)
* installed it (dpkg -i qubegui_*.deb)
Do not start it with /usr/local/pfx/qube/bin/qube (it did not start on my system), start with /usr/local/pfx/qube/api/python/qb/gui/qube.py
Dependencies:
- python-wxgtk2.8 (python-wxgtk2.6 ist not working)
- python-numpy