Installation

Windows binariers

Download and install the windows installer below

  • Download the CTGViewer installer, run it and follow the installation steps (Downloads)
  • In the case of trouble, try to download and install package vcredist_x86.exe

Windows from source code

Since the application relies on library pyqwt (used for plotting) we strongly recommend to use version of packages that was pyqwt compiled with (http://pyqwt.sourceforge.net/download.html). See the example below. We also recommend to use win32 binaries.

An example of files to download and install:

Linux

We expect that Linux users will be able to install required packages in their distribution by themselves.

For debian based distributions:

> sudo apt-get install python python-qt4 python-qwt5-qt4 python-numpy python-scipy python-reportlab

After installation run command:

> python CTGViewer.py

It is also possible (though not recommended) to download the Windows installer and run CTGViewer under wine.

MAC users:

The application was not tested on Macintosh machines.

Please see http://www.python.org/getit/mac/ for further details on how to install Python to MAC.

See the (Development) for details on required packages.

It is also possible (though not recommended) to download the Windows installer and run CTGViewer under wine.