[Cppcms-users] cppcms_tpml_cc diff
Brought to you by:
artyom-beilis
|
From: Marcel H. <ke...@co...> - 2013-04-01 12:19:45
|
Hi artyom, here is a diff file for the tpml_cc file, because on my system (arch) python 3 is standard and not 2.7 anymore. As you can see in [0] python 3 has not StringIO anymore, but moved it. So you either can explicitly use python2.7 like my diff does, or use python 3 rules. 1c1 < #!/usr/bin/env python --- > #!/usr/bin/env python2.7 Regards Marcel [0] http://docs.python.org/3.0/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit |