gpt4 book ai didi

python - urlopen windows ftp 错误

转载 作者:行者123 更新时间:2023-11-28 19:27:11 32 4
gpt4 key购买 nike

此代码在 linux 下完美运行,但在 windows 上存在错误。怎么了?

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: >

最佳答案

检查您的 Internet Explorer 中是否有一些代理设置:菜单 Extras->Internet 选项,那里有连接->“LAN 设置”(或类似的东西)。如果您有代理服务器设置,urllib 将不起作用。

关于python - urlopen windows ftp 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7367713/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com