Python bindings for the x2go terminal server solution.
Python X2Go provides a client-side X2go API for the Python programming language. Python X2go is mostly interesting for developers who want to incorporate X2go client support into their own Python applications.
Python X2Go provides a client-side X2go API for the Python programming language. Python X2go is mostly interesting for developers who want to incorporate X2go client support into their own Python applications.
To install py35-x2go, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py35-x2go
To see what files were installed by py35-x2go, run:
port contents py35-x2go
To later upgrade py35-x2go, run:
sudo port selfupdate && sudo port upgrade py35-x2go
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.