Re: Programmatically changing network proxy settings on the Mac

2009-02-11 Thread Python Nutter
OS X is POSIX/UNIX system so your basic plan of going about things: 1. Learn what proxy/network subsystem Tiger uses 2. Learn what proxy/network subsystem Leopard uses (same as 1., or has it changed?) 3. Based on 1 and 2 learn the config file names and locations. 4. Based on 3 you will determine if

Programmatically changing network proxy settings on the Mac

2009-02-10 Thread arunasunil
Hi, Anybody have suggestions of how network proxy settings can be changed programmatically on the Mac, Tiger and Leopard. Are there any helpful python api's that can be used. Thanks Sunil -- http://mail.python.org/mailman/listinfo/python-list