urllib2.urlopen gives error 10060

J

Jinshi

Hello, everyone,

I am quite new to python and I don't know how to solve this problem. I
hope someone can help me.

I just did a test in python shell:
Traceback (most recent call last):
File "c:\Zope\<string>", line 1, in ?
File "C:\Zope\2.10.5\Python\Lib\urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "C:\Zope\2.10.5\Python\Lib\urllib2.py", line 358, in open
response = self._open(req, data)
File "C:\Zope\2.10.5\Python\Lib\urllib2.py", line 376, in _open
'_open', req)
File "C:\Zope\2.10.5\Python\Lib\urllib2.py", line 337, in _call_chain
result = func(*args)
File "C:\Zope\2.10.5\Python\Lib\urllib2.py", line 1021, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Zope\2.10.5\Python\Lib\urllib2.py", line 996, in do_open
raise URLError(err)
URLError: <urlopen error (10060, 'Operation timed out')>

I am using Windows XP and the python was installed along with a zope
installation. I can get on internet with Firefox browser without any
proxy setting.

I can do the test successfully on another computer on the same home
network. I just don't know what happens to this one. Can anyone help me
to troubleshoot this? Any suggestion would be really appreciated.

Jin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top