Hello everyone,
This is step 6 of the tutorial.
When I run this command (paver win_install_deps) this error is occuring:
(geonode) C:\Users\Martin\python-programs\geonode>paver win_install_deps
---> pavement.win_install_deps
Captured Task Output:
---------------------
---> pavement.win_install_deps
Traceback (most recent call last):
 File "C:\Users\Martin\python-programs\geonode\lib\site-packages\paver\tasks.py
", line 196, in _run_task
   return do_task()
 File "C:\Users\Martin\python-programs\geonode\lib\site-packages\paver\tasks.py
", line 193, in do_task
   return func(**kw)
 File "pavement.py", line 173, in win_install_deps
   grab_winfiles(url, tempfile, package)
 File "pavement.py", line 148, in grab_winfiles
   response = urllib2.urlopen(request)
 File "c:\python27\Lib\urllib2.py", line 154, in urlopen
   return opener.open(url, data, timeout)
 File "c:\python27\Lib\urllib2.py", line 431, in open
   response = self._open(req, data)
 File "c:\python27\Lib\urllib2.py", line 449, in _open
   '_open', req)
 File "c:\python27\Lib\urllib2.py", line 409, in _call_chain
   result = func(*args)
 File "c:\python27\Lib\urllib2.py", line 1227, in http_open
   return self.do_open(httplib.HTTPConnection, req)
 File "c:\python27\Lib\urllib2.py", line 1197, in do_open
   raise URLError(err)
URLError: <urlopen error [Errno 10061] Es konnte keine Verbindung hergestellt we
rden, da der Zielcomputer die Verbindung verweigerte> (in English: no connection could be made because the target machine actively refused it)
I don't know which URL is called there.
I also looked into the source code ( File "c:\python27\Lib\urllib2.py", line 1197) and I could not find out why this error occurs.
Can anyone help me?