Customized Boot Manager in Python

3c273 nospam at nospam.com
Tue Jun 13 13:23:06 EDT 2006


<diffuser78 at gmail.com> wrote in message
news:1150209056.507195.81430 at y43g2000cwc.googlegroups.com...
> 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





More information about the Python-list mailing list