Hi Jorge,
Thanks for the quick reply.
I did what you suggested.

r...@myhost:/home/root/MyDjango/testproject> python manage.py runserver 
0.0.0.0:8000
Validating models...
0 errors found

Django bersion 1.1.1, using settings 'testproject.settings'
Development server is running at http://0.0.0.0:8000/ <http://0.0.0.0:8000/> 
Quit the server with CONTROL-C.

Now, open Mozilla browser and enter http://0.0.0.0:8000/ <http://0.0.0.0:8000/> 
Facing the same problem. Core dump and nothing happening in the browser.
 
I noticed the following in the testproject directory.
-rw-rw-r--   1  root   sys      0   Jan 21  16:46  _init_.py
 
Please advise.
Raj    kair...@coned.com



________________________________

From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On 
Behalf Of Jorge Bastida
Sent: Thursday, January 28, 2010 12:38 PM
To: django-users@googlegroups.com
Subject: Re: Problem with Django webserver on HP


http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-ipaddr-port
 

Try with 
python manage.py runserver 0.0.0.0:8000


2010/1/28 rajk <rajbhus...@gmail.com>



        HP-UX B.11.00
        Django-1.1.1
        
        myhost:/home/root/MyPython> python
        ActivePython 2.6.4.8 (ActiveState Software Inc.) based on
        Python 2.6.4 (r264:75706, Nov 3 2009, 13:55:48) [C] on hp-ux11
        Type "help", "copyright", "credits" or "license" for more information.
        >>> import django
        >>> django.VERSION
        (1, 1, 1, 'final', 0)
        >>> exit()
        
        r...@myhost:/home/root/MyDjango> cd testproject
        r...@myhost:/home/root/MyDjango/testproject>ls
        _init_.py  _init_.pyc  manage.py  settings.py  settings.pyc   urls.py
        r...@myhost:/home/root/MyDjango/testproject> python manage.py
        runserver
        Validating models...
        0 errors found
        
        Django bersion 1.1.1, using settings 'testproject.settings'
        Development server is running at http://127.0.0.1:8000/
        Quit the server with CONTROL-C.
        
        Now, open Mozilla browser and enter http://127.0.0.1:8000/
        
        Here is the PROBLEM which some one from the user group can resolve for
        me ..
        Nothing happens in the browser
        A core file is in the  r...@myhost:/home/root/MyDjango/testproject
        directory
        
        Please advise and help ----- Thanks,  kair...@coned.com
        
        --
        You received this message because you are subscribed to the Google 
Groups "Django users" group.
        To post to this group, send email to django-us...@googlegroups.com.
        To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com 
<mailto:django-users%2bunsubscr...@googlegroups.com> .
        For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.
        
        




-- 
Benito Jorge Bastida
jo...@thecodefarm.com

thecodefarm SL
Av. Gasteiz 21, 1ยบ Derecha
01008 Vitoria-Gasteiz
http://thecodefarm.com
Tel: (+34) 945 06 55 09


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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