Traceback (most recent call last): File "updateGO.py", line 30, in u.UpdateOntology() File "C:\Python26\lib\site-packages\orange\add-ons\Bioinformatics\obiGO.py", line 1229, in UpdateOntology Ontology.DownloadOntology(os.path.join(self.local_database_path, "gene_ontology_edit.obo.tar.gz"), self.progressCallback) File "C:\Python26\lib\site-packages\orange\add-ons\Bioinformatics\obiGO.py", line 417, in DownloadOntology urlretrieve("http://www.geneontology.org/ontology/gene_ontology_edit.obo", os.path.join(tmpDir, "gene_ontology_edit.obo"), progressCallback and __progressCallbackWrapper(progressCallback)) File "C:\Python26\lib\urllib.py", line 94, in urlretrieve return _urlopener.retrieve(url, filename, reporthook, data) File "C:\Python26\lib\urllib.py", line 235, in retrieve fp = self.open(url, data) File "C:\Python26\lib\urllib.py", line 203, in open return getattr(self, name)(url) File "C:\Python26\lib\urllib.py", line 342, in open_http h.endheaders() File "C:\Python26\lib\httplib.py", line 868, in endheaders self._send_output() File "C:\Python26\lib\httplib.py", line 740, in _send_output self.send(msg) File "C:\Python26\lib\httplib.py", line 699, in send self.connect() File "C:\Python26\lib\httplib.py", line 683, in connect self.timeout) File "C:\Python26\lib\socket.py", line 498, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): IOError: [Errno socket error] [Errno 11001] getaddrinfo failed updateGO.py exited with exit status 1