Hi everybody, i'm trying to install django, i followe dthe instruction on the django web site but it doesn't work been looking around and the only tutorial that i yet understand ( sorry it's al a bit complicated for me ) require to install macport, which i'm not really keen on ( tried earlier for other reasons and got only trouble ).
playing around i installed the latest release of python 2.5 then i downloaded again the latest release of django but when i do the install command sudo python setup.py install Downloading http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg Traceback (most recent call last): File "setup.py", line 2, in <module> ez_setup.use_setuptools() File "/Users/zapata/Desktop/django/Django-0.95.1/ez_setup.py", line 72, in use_setuptools egg = download_setuptools(version, download_base, to_dir, download_delay) File "/Users/zapata/Desktop/django/Django-0.95.1/ez_setup.py", line 126, in download_setuptools src = urllib2.urlopen(url) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 121, in urlopen return _opener.open(url, data) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 380, in open response = meth(req, response) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 491, in http_response 'http', request, response, code, msg, hdrs) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 418, in error return self._call_chain(*args) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 353, in _call_chain result = func(*args) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 499, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 404: Not Found And i can't do anything, has anybody any idea how to solve this? thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

