Development

GUI Framework

Delphos makes use of the PyQT python library to interface with the QT C++ Gui framework by Trolltech.

QT Open Source 4.3 Website
PyQT 4.3 Website

Third Party Python Modules

Additional python modules are used for managing databases and creating charts

SQLAlchemy 0.3.10 Website
SQLite Website
Matplotlib 0.9 Website
NumPy Website

Build Environment

Windows

  • py2exe for building standalone Windows binaries (Python interpreter included)
  • Ming32 Make

Mac

  • py2app for building standalone Mac OSX binaries (Python interpreter included)
  • Gnu Make

Other Info