这段代码在linux上运行得很好,但是那里的窗口有错误。怎么了?
import urllib, urllib2
a = 'ftp://ftp.arin.net/pub/stats/arin/delegated-arin-latest'
urllib.urlopen(a)
IOError: [Errno ftp error] proxy support for ftp protocol currently not implemented
urllib2.urlopen(a)
URLError: <urlopen error ftp error: >
答案 0 :(得分:0)
检查Internet Explorer中是否有某些代理设置:菜单附加功能 - > Internet选项,连接 - >“LAN设置”(或类似内容)。如果您有代理服务器设置,则urllib将无法工作。