Re: [Pythonmac-SIG] retrieving config values from the System Preferences

2005-06-08 Thread Antoine Pitrou
Hi, Thanks Nicholas and Doug for your answers. I will try both methods and choose the most appropriate ;) Regards Antoine. Le mardi 07 juin 2005 à 10:06 -0500, Nicholas Riley a écrit : > On Tue, Jun 07, 2005 at 02:54:12PM +0200, Antoine Pitrou wrote: > > I'm porting an app to Mac OS X and I n

Re: [Pythonmac-SIG] retrieving config values from the System Preferences

2005-06-07 Thread Nicholas Riley
On Tue, Jun 07, 2005 at 02:54:12PM +0200, Antoine Pitrou wrote: > I'm porting an app to Mac OS X and I need to retrieve the configuration > values entered in the System Preferences (specifically the HTTP proxy > settings). I already know how to do that under Gnome and Windows, but I > haven't found

Re: [Pythonmac-SIG] retrieving config values from the System Preferences

2005-06-07 Thread Doug Wyatt
On Jun 7, 2005, at 5:54, Antoine Pitrou wrote: > Hi, > > I'm porting an app to Mac OS X and I need to retrieve the > configuration > values entered in the System Preferences (specifically the HTTP proxy > settings). I already know how to do that under Gnome and Windows, > but I > haven't found

[Pythonmac-SIG] retrieving config values from the System Preferences

2005-06-07 Thread Antoine Pitrou
Hi, I'm porting an app to Mac OS X and I need to retrieve the configuration values entered in the System Preferences (specifically the HTTP proxy settings). I already know how to do that under Gnome and Windows, but I haven't found how to retrieve those values under Mac OS X (Panther, by the way)