Using win32Com with Internet Explorer

Fredrik Lundh fredrik at pythonware.com
Wed Feb 21 13:06:32 EST 2001


Wolfgang Strobl wrote:
> >so does Python
>
> Huh? Python uses IE's proxy configuration? How?

by looking in the registry:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\
        CurrentVersion\Internet Settings\ProxyEnable, ProxyServer

Cheers /F





More information about the Python-list mailing list