A page in your DokuWiki was added or changed. Here are the details: Date : 2013/04/20 22:57 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.142.180.176 Hostname : 176-180-142-46.pool.kielnet.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui Edit Summary: User : sunweaver @@ -33,5 +33,12 @@ * %%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. + + After having all installers download and installs and the Git working copies are in place, make sure the Git Bash has the python shell in its $PATH: + + <code bash> + # presuming that you installed Python 2.7 to C:\Python27 + PATH=$PATH:/c/Python27 + </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/