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

Re: Python packages on the Mac

2008-08-13 Thread arunasunil
On Aug 5, 5:33 am, Jeff [EMAIL PROTECTED] wrote: On Aug 4, 11:20 pm, [EMAIL PROTECTED] wrote: Hi, I would like to copy the contents of the PythonFramework.pkg folder and run python without having to run the installer on the Mac. On windows it's simple to copy the contents of the python

Re: Python packages on the Mac

2008-08-13 Thread arunasunil
On Aug 5, 5:33 am, Jeff [EMAIL PROTECTED] wrote: On Aug 4, 11:20 pm, [EMAIL PROTECTED] wrote: Hi, I would like to copy the contents of the PythonFramework.pkg folder and run python without having to run the installer on the Mac. On windows it's simple to copy the contents of the python

Python packages on the Mac

2008-08-04 Thread arunasunil
Hi, I would like to copy the contents of the PythonFramework.pkg folder and run python without having to run the installer on the Mac. On windows it's simple to copy the contents of the python folder and the python dll's. How can this be done on the Mac? Thanks Sunil --

Re: Monitoring external processes

2007-10-23 Thread arunasunil
On Oct 22, 11:33 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: On Oct 23, 3:09 pm, [EMAIL PROTECTED] wrote: Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil If using Python 2.3/2.4, you

Re: Monitoring external processes

2007-10-23 Thread arunasunil
On Oct 22, 11:33 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: On Oct 23, 3:09 pm, [EMAIL PROTECTED] wrote: Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil If using Python 2.3/2.4, you

Monitoring external processes

2007-10-22 Thread arunasunil
Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil -- http://mail.python.org/mailman/listinfo/python-list