Creating a graphical interface on top of SSH. How?

Jp Calderone exarkun at divmod.com
Tue Aug 16 11:57:54 EDT 2005


On 16 Aug 2005 07:10:25 -0700, "John F." <hikenboots at gmail.com> wrote:
>I want to write a client app in Python using wxWindows that connects to
>my FreeBSD server via SSH (using my machine account credentials) and
>runs a python or shell script when requested (by clicking a button for
>instance).
>
>Can someone give me some advice on how to create a "graphical shell"
>per se?

tkconch might be interesting to look at.  http://www.twistedmatrix.com/projects/conch/



More information about the Python-list mailing list