On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote:
>
> 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 'python setup.py
> install'
> 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
>
> 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.
>
> What was not found, and what do I do about it?


Are you running behind a proxy server, by any chance? urllib2 can get
tripped up in that situation.

Jay P.

--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to