Does the following worth in the interactive prompt?

>>> import socket
>>> socket.getaddrinfo("www.google.com", 80)

-- dz



On Sun, May 24, 2009 at 10:59 PM, Chris DPS <jasonyf...@gmail.com> wrote:
>
> When I execute runserver, I get the following message:
>
> Validating models...
> 0 errors found
>
> Django version 1.0.2 final, using settings 'mysite.settings'
> Development server is running at http://127.0.0.1:8000/
> Quit the server with CTRL-BREAK.
> Error: [Errno 10104] getaddrinfo failed
>
> And the server quits immediately.
> I have been trying to solve this for quite some time now and am really
> desperate for some help.
> I have already tried running it using different ports and running it
> on 0.0.0.0
> According to Windows, I do not have any Firewalls running, nor do I
> believe there to be any running.
> I can ping localhost fine.
> ping to port 8000 does not get a response
>
> What is going on?
>
> I have done the exact same python and django installation on two other
> computers (both running Windows) and they worked fine.
> I need this to work on my computer.
>
> Please help!
>
> Thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to