I need some help installing Django. (not a good sign for my ability to use it!) I have installed Python25 on Windows2000, and added it to the path. Its at C:\Python25 I downloaded and unzipped Django 0.95 to C:\Django-0.95 I opened a console in c:Django-.095 and entered 'sudo python setup.py install' It replied 'sudo' is not recognized. I opened a console in c:Django-.095 and entered 'python setup.py install'
I have a firewall. It asked if I wanted to allow the connection to the internet. I answered yes, and saw a short burst of traffic. It connected to the internet, and I got a long message: Downloading http://cheeseshop ... 5.egg Traceback: File "setup.py", line 2, in <module> ez_setup.use_setuptools() ... ... File "C:\Python25\lib\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 What was not found, and what do I do about it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---