This is an old revision of the document!
PyHoca-GUI is a client implementation for X2go using the project's Python API (module) Python-X2go. PyHoca-GUI uses wxPython for rendering graphical desktop elements (menus, dialog boxes etc.).
PyHoca-GUI can be installed from the same repositories as the rest of X2go. Add the X2go repository to your APT system: adding the X2go repository (Debian)
PyHoca-GUI can be installed from the same PPA on Launchpad as the rest of X2go. Add the X2go/stable PPA to your APT system: adding the X2go repository (Ubuntu)
After adding either of the above package source to your Debian/Ubuntu system you will need to update your system with the new repository information by starting a terminal and executing the following command (on Debian make sure you have sudo installed and configured):
$ sudo aptitude update
Then you can install PyHoca-GUI:
$ sudo aptitude install pyhoca-gui
To get started with PyHoca-GUI, please take a look at this wiki page: pyhoca-gui