<div dir="ltr">Hi,<div><br></div><div style>I often recognized python errors, espacially when using extensions. Today I got this one for geocoding with MMQGIS (which still worked for me two weeks ago):</div><div style><br>
</div><div style><span style="color:rgb(255,0,0)">Fehler bei der Ausführung von Python-Code:</span><br><br>Traceback (most recent call last):<br>  File "C:\Users\cho04/.qgis2/python/plugins\mmqgis\mmqgis_dialogs.py", line 1099, in run<br>
    message = mmqgis_geocode_google(self.iface, csvname, shapefilename, notfoundfile, fields, 1)<br>  File "C:\Users\cho04/.qgis2/python/plugins\mmqgis\mmqgis_library.py", line 1462, in mmqgis_geocode_google<br>
    xml = urllib.urlopen(url).read()<br>  File "C:\OSGeo4W\apps\Python27\lib\urllib.py", line 87, in urlopen<br>    return opener.open(url)<br>  File "C:\OSGeo4W\apps\Python27\lib\urllib.py", line 208, in open<br>
    return getattr(self, name)(url)<br>  File "C:\OSGeo4W\apps\Python27\lib\urllib.py", line 345, in open_http<br>    h.endheaders(data)<br>  File "C:\OSGeo4W\apps\Python27\lib\httplib.py", line 969, in endheaders<br>
    self._send_output(message_body)<br>  File "C:\OSGeo4W\apps\Python27\lib\httplib.py", line 829, in _send_output<br>    self.send(msg)<br>  File "C:\OSGeo4W\apps\Python27\lib\httplib.py", line 791, in send<br>
    self.connect()<br>  File "C:\OSGeo4W\apps\Python27\lib\httplib.py", line 772, in connect<br>    self.timeout, self.source_address)<br>  File "C:\OSGeo4W\apps\Python27\lib\socket.py", line 571, in create_connection<br>
    raise err<br>IOError: [Errno socket error] [Errno 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte<br><br>Python-Version:<br>2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]<br>
<br><br>QGIS-Version:<br>2.0.1-Dufour Dufour, 34139bc<br><br>Python-Pfad: ['C:\\Users\\cho04/.qgis2/python/plugins\\processing', 'C:\\Users\\cho04\\.qgis2\\python\\plugins\\GeoCoding', 'C:/OSGeo4W/apps/qgis/./python', 'C:\\Users\\cho04/.qgis2/python', 'C:\\Users\\cho04/.qgis2/python/plugins', 'C:/OSGeo4W/apps/qgis/./python/plugins', 'C:\\OSGeo4W\\bin\\python27.zip', 'C:\\OSGeo4W\\apps\\Python27\\DLLs', 'C:\\OSGeo4W\\apps\\Python27\\lib', 'C:\\OSGeo4W\\apps\\Python27\\lib\\plat-win', 'C:\\OSGeo4W\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGeo4W\\bin', 'C:\\OSGeo4W\\apps\\Python27', 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages', 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\PIL', 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32', 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32\\lib', 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Pythonwin', 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 'C:\\Users\\cho04/.qgis2/python/plugins\\DataDrivenInputMask', 'C:\\Users\\cho04\\.qgis2\\python\\plugins\\DigitizingTools\\tools', 'C:\\Users\\cho04\\.qgis2\\python\\plugins\\mmqgis/forms', 'C:\\Users\\cho04\\.qgis2\\python\\plugins\\QuickMultiAttributeEdit/forms', 'C:\\OSGeo4W\\apps\\qgis\\python\\plugins\\fTools\\tools']<br>
</div><div style><br></div><div style><br></div><div style>Does anyone has a clue how to solve it. It is very annoying. I would be very happy if there is someone out there to help me.</div><div style><br></div><div style>
Thanks a lot</div><div style>--</div><div style>Carsten</div></div>