I have an internal web application that imports some records via csv and then imports them into our legacy systems database using ODBC. The click the import button it goes to just a normal @expose() method that does the import and when finished redirects to a results page. No multithread or async stuff going on. In development it just works without issues. On our production server it dies with an error 500 and watching the logs this is the error produced...
[core:error] [pid 45376:tid 139899256612608] [client 10.0.7.1:50186] End of script output before headers: app.wsgi Kind of getting twisted around the axle here so any help would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

