>>>>> "TJ" == Thomas Jacobsen <[EMAIL PROTECTED]> writes:

TJ> Hi,
TJ> I just wantet to know if there is any tool for handeling autoproxies.
TJ> Because at work we have this proxy.pac script, and i need to connect to the
TJ> internet through that. I have search in google etc. but i couldn't find any
TJ> information on how to solve this using python.

See:
http://www.python.org/dev/doc/devel/lib/module-urllib.html
(this is the in-development documentation, but looking at the urllib
code, I think it's accurate for Python 2.1 -- and the current
documentation isn't as good)

Also see the documentation for urllib2

-- 
Patricia J. Hawkins
Hawkins Internet Applications, LLC



_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to