<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Now, I have to create a visual interface for such kind of small
> program.
>
> I have 2 questions
> (i) How can we use operating system specific commands like ssh within
> the python program (ii) Which grphics library (wxPython or any other)
> would be the fastest with least learning curve to get this thing done.
>
> Thanks

(i)Check out the subprocess module.
(ii)If you are just looking to put a couple of buttons on a gui, I learned
to do this pretty quickly using Tkinter and one of the online tutorials.
Louis


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to