I recall a similar issue in TurboGears when a print statement was left in a package that was used for debugging. I would suspect something similar here. Something is sending output to stdio/stderr prior to the start of the request.
Try running it in paster and look for any output that is reported on the console. You might see some output, perhaps a deprecation warning, that is causing this. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
