Hello list,

 

This issue was caused by universal newline support. During the output of the
html to stdout, python changes (apparently) '\n' to '\r\n'.

Universal newline support can be turned off by using the command line
parameter '-u', which changes the standard i/o files to binary mode.

I have put this option on the shebang line in moin.cgi.

 

Thanks,

 

Patrick

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to