On Wed, 2007-06-20 at 18:34 +0200, Dirk van Oosterbosch, IR labs wrote:
> 
> On 19-jun-2007, at 13:42, Dirk van Oosterbosch, IR labs wrote:
> 
> > > > It runs untill I try to load a page (from another ssh
> > > > 
> > > > shell). And I just get the prompt back:
> > > > 
> > > > 
> > 
> > 
> > This is as far as I am getting:
> > 
> > 
> > in /core/servers/basehttp.py, line 272 (ServerHandler class, run())
> > 
> > self.result = application(self.environ, self.start_response)
> > 
> > in /core/servers/basehttp.py, line 614 (AdminMediaHandler class,
> > __call__())
> > 
> > return self.application(environ, start_response)
> > 
> > in /core/handlers/wsgi.py, line 184 (WSGIHandler class, __call__())
> > 
> > self.load_middleware()
> > 
> > in /core/handlers/base.py, line 29 (BaseHandler class,
> > load_middleware())
> > 
> > mod = __import__(mw_module, {}, {}, [''])
> > 
> > (with 'django.middleware.common' as mw_module)
> > 
> > in /middleware/common.py, line 3
> > 
> > from django.core.mail import mail_managers
> > 
> > in /core/mail.py, line 4
> > 
> > from email.MIMEText import MIMEText
> > 
> 
> 
> 
> Should I make this into a ticket?
> 
> 
> (Even though I don't know what could cause this? Or if it can be
> repoduced on other setups as well?)

You could open a ticket, but it's likely not to be "fixed" very quickly,
because it's such an unusual and unrepeatable problem, so short of
somebody else with exactly the same problem and having sufficient
motivation to investigate stumbling across it, I can't think how we can
debug it. Realistically, you are the best chance of finding whatever the
problem is and fixing it. Python should never just "stop" without
raising a traceback in abnormal circumstances.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to