This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:development:build-howto-mswin:pyhoca-gui [2013/04/21 15:15] sunweaver [Cloning the PyHoca related Git repositories] |
wiki:development:build-howto-mswin:pyhoca-gui [2015/01/24 13:59] (current) mikedep333 [Downloading Software Packages] temporary link for pycrypto at version 2.6.1 |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * python 2.7 | * python 2.7 | ||
| - | * tortoisegit | + | * Msysgit |
| * easyinstall | * easyinstall | ||
| * putty http:// | * putty http:// | ||
| - | * NSIS Setup Tool | + | * Unicode |
| * Notepad2 | * Notepad2 | ||
| The follow libraries are used | The follow libraries are used | ||
| - | * wxpython | + | * wxpython |
| * greenlet | * greenlet | ||
| - | * gevent | + | * gevent |
| * gmpy | * gmpy | ||
| - | * pycrypto | + | * pycrypto |
| * win32api | * win32api | ||
| * paramiko | * paramiko | ||
| * wmi c: | * wmi c: | ||
| + | * python-requests | ||
| + | |||
| + | < | ||
| PyHoca-GUI uses one of the below freezers (i.e. tools to generate a pyhoca-gui.exe plus programme/ | PyHoca-GUI uses one of the below freezers (i.e. tools to generate a pyhoca-gui.exe plus programme/ | ||
| Line 31: | Line 34: | ||
| * py2exe | * py2exe | ||
| - | (easy install should be executed from the windows commandline!) | + | < |
| + | <note important> | ||
| ==== Obtaining an X-Server for Windows (optional) ==== | ==== Obtaining an X-Server for Windows (optional) ==== | ||
| Line 67: | Line 71: | ||
| <code bash> | <code bash> | ||
| - | $ cd python-x2go && python setup.py install && cd - | + | $ cd python-x2go |
| </ | </ | ||
| - | If you want to install a special version of Python X2Go, use ''' | + | If you want to install a special version of Python X2Go, use ''' |
| <code bash> | <code bash> | ||
| Line 77: | Line 81: | ||
| A list of available versions can be listed with '' | A list of available versions can be listed with '' | ||
| + | |||
| + | ==== Choosing the PyHoca-GUI Version ==== | ||
| + | |||
| + | Before testing/ | ||
| + | |||
| + | <code bash> | ||
| + | $ cd pyhoca-gui && git checkout < | ||
| + | </ | ||
| + | |||
| + | A list of available versions can be listed with '' | ||
| + | |||
| + | If you want to test/build bleeding edge code, build PyHoca-GUI from the master branch. | ||
| + | |||
| + | As the development of PyHoca-GUI is closely entangled with the development of Python X2Go, for bleeding edge code it is recommended to use the master branches of both projects. | ||
| + | |||
| + | <code bash> | ||
| + | $ cd python-x2go && git checkout master && cd - | ||
| + | $ cd python-x2go && python setup.py install_lib && python setup.py install && cd - | ||
| + | $ cd pyhoca-gui && git checkout master && cd - | ||
| + | </ | ||
| + | |||
| ==== Launching PyHoca-GUI from the Cmdline ==== | ==== Launching PyHoca-GUI from the Cmdline ==== | ||
| Line 87: | Line 112: | ||
| </ | </ | ||
| - | (... where < | + | (... where < |
| ===== Building the Windows Installer Setup ===== | ===== Building the Windows Installer Setup ===== | ||