This was helpful. After reading this, I realized you can also just add this atop whatever script imports urllib. Just add after "import urllib":
# Disable proxy use.
urllib.getproxies = lambda x = None: {}
-Chris
http://www.fetidcascade.com/
--
http://mail.python.org/mailman/listinfo/python-list
