Sorry, I have tried many ways, even remove this line, always the same error.

I am tired for pylons.

Regards,

Haulyn Jason
Founder, http://domix.in
Rm. 807, Qilu Software Tower, Qilu Software Park
1 Shunhua Rd., High-Tech Development Zone
Jinan, Shandong 250101, P. R. China
Tel: +86 158 5410 3759
Website: http://haulynjason.net



On Mon, Jun 13, 2011 at 10:29 AM, cd34 <mcd...@gmail.com> wrote:
> application = ErrorMiddleware(application, debug=True)
>
> That line is sure to cause problems. Debugging Middleware usually
> causes issues with mod_wsgi because unless you run a very specific
> configuration to eliminate multi-threaded requests, though, the error
> you're getting is that application isn't properly being passed to your
> ErrorMiddleware.
>
> I think you also need to remove the stanza in development.ini that
> refers to WebError. Check your apache error log, it might tell you
> what mod_wsgi is encountering as well.
>
> http://code.google.com/p/modwsgi/wiki/DebuggingTechniques
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to 
> pylons-discuss+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to