我使用了urllib.urlopen一些HTTP代理,有時(可能是當他們需要授權)我得到以下提示打印到控制檯: Enter username for Private Proxy Access (country) at xxx.xxx.xxx.xxx:xxxx
我怎樣才能提高人們對這樣的事情發生的異常? 這裏的例子: from urllib import urlopen
p = '64.79
由於某些原因,我在調用urllib.urlopen時遇到跟蹤/ BPT陷阱錯誤。我試過urllib和urllib2,結果相同。下面是引發錯誤的代碼: def get_url(url):
from urllib2 import urlopen
if not url or not url.startswith('http://'): return None
return