On Thu, Oct 19, 2006 at 12:23:23 -0700, enache alex wrote: >The OS I want to write the program for is Linux(Fedora). Thanks.
I don't think there's any "Python way" of doing this. Instead you'll have to use Python to modify network settings in /etc and running command lind tools. AFAIK this is bound to make your tool very tightly bound to a specific distribution unless you do some clever abstraction. On top of this you might also have to deal with desktop settings (GNOME or KDE), especially regarding proxy settings. /M >Magnus Therning <[EMAIL PROTECTED]> wrote: On Wed, Oct 18, 2006 at 22:31:23 >-0700, enache alex wrote: >>Hello there. I want to know how can I set the internet settings(IP,net >>mask, proxy, etc) from within python(I'll have a window created with >>pygtk in which I will fill some textboxes, and when I press OK the >>modifications will be made to the IP,..etc). Thanks > >I think you need to use different methods on different systems. So, >what OS is this for? > >/M > >-- >Magnus Therning (OpenPGP: 0xAB4DFBA4) >[EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] >http://therning.org/magnus > >Software is not manufactured, it is something you write and publish. >Keep Europe free from software patents, we do not want censorship >by patent law on written works. > >The definition of insanity is doing the same thing over and over again >and expecting different results. > -- Albert Einstein >_______________________________________________ >pygtk mailing list [email protected] >http://www.daa.com.au/mailman/listinfo/pygtk >Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > > > >--------------------------------- >Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small >Business. _______________________________________________ >pygtk mailing list [email protected] >http://www.daa.com.au/mailman/listinfo/pygtk >Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > > > >--------------------------------- >Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small >Business. > >--------------------------------- >Get your email and more, right on the new Yahoo.com Content-Description: pat244779576 >_______________________________________________ >pygtk mailing list [email protected] >http://www.daa.com.au/mailman/listinfo/pygtk >Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ >_______________________________________________ >pygtk mailing list [email protected] >http://www.daa.com.au/mailman/listinfo/pygtk >Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Magnus Therning (OpenPGP: 0xAB4DFBA4) [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] http://therning.org/magnus Software is not manufactured, it is something you write and publish. Keep Europe free from software patents, we do not want censorship by patent law on written works. Some operating systems are called 'user friendly', Linux however is 'expert friendly'.
pgpM6r7bfIWhe.pgp
Description: PGP signature
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
