Installing GQL on Windows

- download the nearest version of GHMM and GQL.

Instructions for building the ghmmwrapper interface

- install Python (used version 2.3.3)
- install SWIG (version 1.3.22, had problems with earlier versions)

- copy the most recent ghmmwrapper.i to VisualC\ghmmwrapper\
- open the project VisualC\ghmmwrapper\ghmmwrapper.dsp
- make sure that the paths of the project options (menu tools -> options)
are right (unfortunatelly was not able to put relative paths).

put <python install>/INCLUDE at include directiories
put <swig install> at executables
put <python install>/libs at libraries

- copy the ghmmwrapper.py and _ghmmwrapper.dll to ghmmwrapper/

Running GQL

- set the PYTHON_PATH variable to containg the folds ghmmwrapper and gql.

- be sure that there is no float definition like "float('Inf')" in
the code (if there is change for float(1e300)). Python in windows
do not support this. 

Making the python executable

- install py2exe
- run python buildwin.py py2exe
- the executables can be found in the folder gql/dist


