But when I try to define some member variable in the python class and display it in a similar manner, e.g. (for modified example) <?cs var:UserbaseModule.MyVariable ?>, nothing appears in the resulting output. Why? What am I doing wrong? And how to do this right?
You need to insert your variables into the req.hdf tree of variables maintained by clearsilver; that will make them available to the templates. Regards, Manuzhai _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
