Which release of CentOS is this? We currently support up to CentOS 5.5
In addition to the compiled executable, we also ship the python source for the QubeGUI. This is packaged into the qubeGUI .rpm, and will be located in /usr/local/pfx/qube/api/python/qb.
You will need the following dependencies installed, all of which should be available via yum:
python
wxPython
MySQL-Python
numpy
You should then be able to run "python /usr/local/pfx/qube/api/python/qb/qube.py"
Once you are able to run the interpreted version of the QubeGUI, you may re-compile a version appropriate to your local installation and distribute it to your users.
You will need pyinstaller, available at
http://pyinstaller.python-hosting.com/To compile into an executable, run "python setup.py" in the api/python/qb/gui directory.