Re: runserver fails

2009-05-25 Thread Karen Tracey
On Sun, May 24, 2009 at 11:36 PM, Chris DPS wrote: > > No. I get the same error. > I tried that on 3 versions of python with the same result. > Which means there is something fundamentally broken with Python's ability to access the network on this machine, and until that is fixed, Django isn't g

Re: runserver fails

2009-05-24 Thread Chris DPS
No. I get the same error. I tried that on 3 versions of python with the same result. On May 24, 8:03 pm, David Zhou wrote: > 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, Ch

Re: runserver fails

2009-05-24 Thread David Zhou
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 wrote: > > When I execute runserver, I get the following message: > > Validating models... > 0 errors found > > Django version