Hi Karen,
 
Thanks for the quick reply.
It may be that my problems are due to some thing that happened at the
time of installing Django on my HP box.
After I issued the following command 
python setup.py install
Looked like it was going well but at the end I got these messages
running install_egg_info
error: invalid command 'install_egg_info'
Not knowing what to do, I continued on ..
 
Here is what I did and what I got ...
r...@m020cad2:/home/root/MyDjango/testproject> python manage.py
runserver 0.0
.0.0:8000
Validating models...
0 errors found
 
Django version 1.1.1, using settings 'testproject.settings'
Development server is running at http://0.0.0.0:8000/
Quit the server with CONTROL-C.
I quit ... and saw the following..

Unhandled exception in thread started by <function inner_run at
0x403c0570>
Traceback (most recent call last):
  File
"/opt/ActivePython-2.6.4.8-hpux11.00-parisc/INSTALLDIR/lib/python2.6/sit
e-packages/django/core/management/commands/runserver.py", line 60, in
inner_run
    run(addr, int(port), handler)
  File
"/opt/ActivePython-2.6.4.8-hpux11.00-parisc/INSTALLDIR/lib/python2.6/sit
e-packages/django/core/servers/basehttp.py", line 698, in run
    httpd.serve_forever()
  File
"/opt/ActivePython-2.6.4.8-hpux11.00-parisc/INSTALLDIR/lib/python2.6/Soc
ketServer.py", line 224, in serve_forever
    r, w, e = select.select([self], [], [], poll_interval)
select.error: (4, 'Interrupted system call')
 
It did not make any difference even when I used 127.0.0.1:8000
 
Please advise if the error while installing Django has anything to do
with me not being able to see the server not running properly.
 
Thanks
Raj   kair...@coned.com
 

________________________________

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


On Thu, Jan 28, 2010 at 1:12 PM, Kairam, Raj <kair...@coned.com> wrote:


        Core dump and nothing happening in the browser. 


Core dump is a Should Never Happen type of thing with Python, and likely
not due to any Django code, which is pure Python. 

An incompatible/broken C extension might cause it so my first thing to
check out would be whatever database adapter you are using -- what are
you using for a database? 

Karen

 


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