On Tue, 2009-03-03 at 14:10 -0800, Ned Deily wrote:
> Ah, "OS X Server" and "2.5.4 works fine"! For 2.6, I see that the
> getproxies code in urllib was re-written to eliminate use of the
> deprecated python mac Carbon interfaces and instead use ctypes to call
> the SystemConfiguration framework
On Mon, 2009-03-02 at 13:59 -0800, Ned Deily wrote:
Am 2.3.2009 22:59 Uhr schrieb "Ned Deily" unter :
>
> First, make sure this is the real problem by trying this snippet:
>
> /usr/local/test/python/bin/python2.6
from ctypes import cdll
from ctypes.util import find_library
sc = cd