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/09/25 08:18] sunweaver [Installing Python X2Go] |
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 94: | Line 98: | ||
| <code bash> | <code bash> | ||
| $ cd python-x2go && git checkout master && cd - | $ cd python-x2go && git checkout master && cd - | ||
| - | $ cd python-x2go && python setup.py install_lib && python setup.py install | + | $ cd python-x2go && python setup.py install_lib && python setup.py install |
| $ cd pyhoca-gui && git checkout master && cd - | $ cd pyhoca-gui && git checkout master && cd - | ||
| </ | </ | ||