Download

Below are downloads for several different operating systems including an operating system independent download. If your OS is not listed here and you would like to have a build for it, please request it. Previous versions are available here.

Query Runner for Windows

This version of Query Runner is for Windows XP, Vista, 7 (32 and 64 bit). If you have a previous version installed, you should uninstall it before installing a newer version.

Download Version OS Version Architecture Release Date md5sum
query-runner-0.4.7-win-xp-setup.exe Alpha 0.4.7 xp x86-32 2009-12-04 md5sum

Previous versions are available .

Query Runner for Ubuntu

After downloading, make sure the file is executable (chmod u+x query-runner-x.x.x-ubuntu-9.04.bin) and run it (./query-runner-x.x.x-ubuntu-9.04.bin).

Download Version OS Version Architecture Release Date md5sum
query-runner-0.4.7-ubuntu-8.04.bin Alpha 0.4.7 8.04 x86-32 2009-12-04 md5sum
query-runner-0.4.7-ubuntu-9.04.bin Alpha 0.4.7 9.04 x86-32 2009-12-04 md5sum
query-runner-0.4.7-ubuntu-9.10.bin Alpha 0.4.7 9.10 x86-32 2009-12-04 md5sum
query-runner-0.4.7-ubuntu-8.04-x64.bin Alpha 0.4.7 8.04 x86-64 2009-12-04 md5sum
query-runner-0.4.7-ubuntu-9.04-x64.bin Alpha 0.4.7 9.04 x86-64 2009-12-04 md5sum
query-runner-0.4.7-ubuntu-9.10-x64.bin Alpha 0.4.7 9.10 x86-64 2009-12-04 md5sum

Previous versions are available .

Query Runner for Fedora

After downloading, make sure the file is executable (chmod u+x query-runner-x.x.x-fedora-10.bin) and run it (./query-runner-x.x.x-fedora-10.bin).

Download Version OS Version Architecture Release Date md5sum
query-runner-0.4.7-fedora-10.bin Alpha 0.4.7 10 x86-32 2009-12-04 md5sum
query-runner-0.4.7-fedora-12.bin Alpha 0.4.7 12 x86-32 2009-12-04 md5sum
query-runner-0.4.7-fedora-12-x64.bin Alpha 0.4.7 12 x86-64 2009-12-04 md5sum

Previous versions are available .

Query Runner for OS with Python

This is the source code for Query Runner. To run Query Runner from source, you'll need the following software (and possibly others). Most dependencies will be installed automatically by setuptools.

  • Python >= 2.5 < 3.0
  • wxPython 2.8
  • SQLAlchemy 0.6 from SVN
  • multiprocessing (for Python 2.5)
  • psutil
  • slowaes
  • Python DB Drivers for the databases you want to access.

Installation procedure for most cases:

  • Install wxPython
  • Install DB Drivers (psycopg2, cx_Oracle, kinterbasedb)
  • Extract and install Query Runner (tar -zxvf query_runner_xxx.tar.gz && cd query_runner_xxx && python setup.py install). This will install a script /usr/local/bin/query-runner to start the program.
Download Version Release Date md5sum
query_runner_0.4.7.tar.gz Alpha 0.4.7 2009-12-04 md5sum

Previous versions are available .

 
 

Valid XHTML 1.0 Strict