Re: Trouble Starting Up with runserver

2009-05-10 Thread Chris DPS
ping localhost seemed fine, 4 sent and 4 received, 0ms, 0% loss I have tried 127.0.0.1:8000, :8000, 0.0.0.0:8000, 127.0.0.1:others On May 10, 9:52 pm, Addy Yeow wrote: > What does 'ping localhost' in command-prompt tells you?Did you try 'python > manage.py runserver 127.0.0.1:8000'? Or 'python

Re: Trouble Starting Up with runserver

2009-05-10 Thread Addy Yeow
What does 'ping localhost' in command-prompt tells you?Did you try 'python manage.py runserver 127.0.0.1:8000'? Or 'python manage.py runserver :8000' - Addy On Mon, May 11, 2009 at 12:40 PM, Chris DPS wrote: > > So I've definitely shut off all Firewalls. > It still is having the same problem. >

Re: Trouble Starting Up with runserver

2009-05-10 Thread Chris DPS
So I've definitely shut off all Firewalls. It still is having the same problem. HELP!!! PLEASE On May 10, 6:37 pm, Chris DPS wrote: > How to tell if I have a Firewall running? > I have turned off Windows firewall. When I go to the Windows Security > Center, the Firewall option is Green, as in '

Re: Trouble Starting Up with runserver

2009-05-10 Thread Chris DPS
How to tell if I have a Firewall running? I have turned off Windows firewall. When I go to the Windows Security Center, the Firewall option is Green, as in 'on'. I looked for normal firewall products on my computer such as Symantec and couldn't find any active ones. How can find which firewall I'

Re: Trouble Starting Up with runserver

2009-05-08 Thread Addy Yeow
Do you have firewall running?It could be blocking incoming local connection to port 8000. - Addy On Sat, May 9, 2009 at 7:01 AM, Chris DPS wrote: > > I am new to Django. > > When I try to execute: python manage.py runserver, I get the following > error > > Error: [Errno 10104] getaddrinfo faile

Trouble Starting Up with runserver

2009-05-08 Thread Chris DPS
I am new to Django. When I try to execute: python manage.py runserver, I get the following error Error: [Errno 10104] getaddrinfo failed What is going on and what should I do? I am running Django Version 1.0.2-final and Python 2.6 --~--~-~--~~~---~--~~ You recei

Re: Trouble Starting Up with runserver

2009-05-07 Thread Chris DPS
On May 7, 11:23 am, Phil Mocek wrote: > On Thu, May 07, 2009 at 12:49:28PM -0500, Tim Chase wrote: > > > was searching for "interface" or "IP address" but the tutorial > > > says -- incorrectly or colloqially, depending on how you see > > > things -- "So to listen on all public IPs (useful if y

Re: Trouble Starting Up with runserver

2009-05-07 Thread George Song
On 5/7/2009 11:23 AM, Phil Mocek wrote: > On Thu, May 07, 2009 at 12:49:28PM -0500, Tim Chase wrote: >>> was searching for "interface" or "IP address" but the tutorial >>> says -- incorrectly or colloqially, depending on how you see >>> things -- "So to listen on all public IPs (useful if you want

Re: Trouble Starting Up with runserver

2009-05-07 Thread Phil Mocek
On Thu, May 07, 2009 at 12:49:28PM -0500, Tim Chase wrote: > > was searching for "interface" or "IP address" but the tutorial > > says -- incorrectly or colloqially, depending on how you see > > things -- "So to listen on all public IPs (useful if you want > > to show off your work on other comput

Re: Trouble Starting Up with runserver

2009-05-07 Thread Tim Chase
> was searching for "interface" or "IP address" but the tutorial > says -- incorrectly or colloqially, depending on how you see > things -- "So to listen on all public IPs (useful if you want > to show off your work on other computers), use:". There's no > such thing as a "public IP". I suspect

Re: Trouble Starting Up with runserver

2009-05-07 Thread Phil Mocek
On Thu, May 07, 2009 at 09:01:01AM -0700, donarb wrote: > On May 7, 8:43 am, Phil Mocek wrote: > > This, unfortunately, is not explained in the runserver > > documentation [1] or the admin utility's built-in help. The > > only place I've found it documented is in chapter two of The > > Django Boo

Re: Trouble Starting Up with runserver

2009-05-07 Thread donarb
On May 7, 8:43 am, Phil Mocek wrote: > This, unfortunately, is not explained in the > runserver documentation [1] or the admin utility's built-in help. > The only place I've found it documented is in chapter two of The > Django Book [2]. It is also documented in the tutorial: http://docs.django

Re: Trouble Starting Up with runserver

2009-05-07 Thread Phil Mocek
On Thu, May 07, 2009 at 07:17:08AM -0700, John Crawford wrote: > I'm not sure why your address is all zeros, did you give a > specific host number parameter to runserver? That causes the development server to listen on all available network interfaces. This, unfortunately, is not explained in th

Re: Trouble Starting Up with runserver

2009-05-07 Thread John Crawford
Arg - I meant 127.0.0.1:8000 Is there a way to edit messages that I dont see here? :) John C> On May 7, 10:17 am, John Crawford wrote: > I'm not sure why your address is all zeros, did you give a specific > host number parameter to runserver? > > Generally 127.0.0.0:8000 would be your localhos

Re: Trouble Starting Up with runserver

2009-05-07 Thread John Crawford
I'm not sure why your address is all zeros, did you give a specific host number parameter to runserver? Generally 127.0.0.0:8000 would be your localhost, and that is the default for runserver. Use that instead (or don't give it any parameters), see what happens. John C> --~--~-~--~~-

Trouble Starting Up with runserver

2009-05-07 Thread Chris DPS
I am new to Django. When I try to execute: python manage.py runserver, I get the following error Error: [Errno 10104] getaddrinfo failed What is going on and what should I do? I have tried with 0.0.0.0:8000. I am running Django Version 1.0.2-final and Python 2.6 --~--~-~--~~-