Build PyHoca-GUI for MS Windows
To make development of pyhoca possible, you need several tools.
Pyhoca is written in python and the gui is written in wxpython. Currently due to problems with the winrandom package, it is only possible to generate a 32 bit version of pyhoca. When installing, please keep the order given here
- python 2.7 http://www.python.org
- tortoisegit http://code.google.com/p/msysgit/
- easyinstall http://pypi.python.org/pypi/setuptools#files
The follow libraries are used
- wxpython 2.9 http://www.wxpython.org
- paramiko c:\Python27\Scripts\easy_install paramiko
- wmi c:\Python27\Scripts\easy_install wmi
(easy install should be executed from the windows commandline!)
One of the following X-servers.
- cygwin/X http://www.cygwin.com/setup.exe
After installation download the current code base by starting the git-bash shell and type
- git clone git:code.x2go.org/python-x2go.git * git clone git:code.x2go.org/pyhoca-cli.git
- git clone git:code.x2go.org/pyhoca-gui.git * git clone git:code.x2go.org/pyhoca-contrib.git
This can best be done in the MingW32 shell that comes with the Git package. Note that pyhoca-contrib contains all complete packages and therefor is about 500 MB.