Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The compiled QubeGUI is the easiest way of interfacing with Qube. It can be launched from the following locations and does not require any external libraries, scripting languages, or dependencies.

Windows: Start->PipelineFX->Qube Windows 32-bit: C:/Program Files/pfx/qube/bin/qube.exe
Windows 64-bit C:/Program Files (x86)/pfx/qube/bin/qube.exe)

Linux: /usr/local/pfx/qube/bin/qube

OSX: /Applications/pfx/qube/qube.app

 

Alternatively, it can also be run directly via python under …/qube/api/python/qb/gui/qube.py. If using this method, it will require having the following components installed:

  • Python (required)
  • wxPython (required)
  • numpy (optional, to display the job charts)
  • PIL (optional, to provide additional internal image file formats)
  • MySQLdb (optional, to provide direct MySQL database queries)
  • SciPy (required for charting)
  • No labels