On 2 Jul 2012, at 17:31 , Daniel Wagner wrote:
> it looks like we explicitly set the string.Template delimiter to %
> (CodeGenerator.py line 1364). I also did a quick check with a dollar
> sign in the loader template and it went through OK. Are you sure it's
> not a percent sign in the CKEditor cod
Hi,
it looks like we explicitly set the string.Template delimiter to %
(CodeGenerator.py line 1364). I also did a quick check with a dollar
sign in the loader template and it went through OK. Are you sure it's
not a percent sign in the CKEditor code that causes the problem?
Also, how exactly a
Hi everyone,
I am trying to port our Kameleoon application to qx 2.0 and it seems the
building process has changed a bit. While running loaderFillTemplate(),
python gives me an "Invalid placeholder in string" error. It seems caused
by a "$" character in my loader_template, since python looks for th