2012-04-04 7 views
0

Nach folgenden https://github.com/windmill/windmill/wiki/installingWie installiere ich erfolgreich Windmühle?

ich installiert und hinzugefügt Python 2.7 auf meinen Weg erhielt ich ein 404, wenn ich ez_setup.py lief.

C:\windmill\windmill-windmill-4304ee7>python ez_setup.py 
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c9-py 
2.7.egg 
Traceback (most recent call last): 
File "ez_setup.py", line 270, in <module> 
main(sys.argv[1:]) 
File "ez_setup.py", line 202, in main 
egg = download_setuptools(version, delay=0) 
File "ez_setup.py", line 150, in download_setuptools 
src = urllib2.urlopen(url) 
File "C:\recsolu\python27\lib\urllib2.py", line 126, in urlopen 
return _opener.open(url, data, timeout) 
File "C:\recsolu\python27\lib\urllib2.py", line 400, in open 
response = meth(req, response) 
File "C:\recsolu\python27\lib\urllib2.py", line 513, in http_response 
'http', request, response, code, msg, hdrs) 
File "C:\recsolu\python27\lib\urllib2.py", line 438, in error 
return self._call_chain(*args) 
File "C:\recsolu\python27\lib\urllib2.py", line 372, in _call_chain 
result = func(*args) 
File "C:\recsolu\python27\lib\urllib2.py", line 521, in http_error_default 
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 
urllib2.HTTPError: HTTP Error 404: Not Found 

C:\windmill\windmill-windmill-4304ee7> 

Irgendwelche Ideen zur Behebung?

Antwort

0

Es stellt sich heraus, dass wenn Sie den Anweisungen fast bis zum Buchstaben folgen, sollte es funktionieren. Dazu gehört das Speichern einer veralteten ez_setup.py-Datei.

Ich renne jetzt.