Hi folks,<br><br>I&#39;ve been trying to get going w/<a href="http://z3c.pt">z3c.pt</a>. I am finding that unlike regular page templates, it doesn&#39;t check the filesystem for newer versions of the source. Is there a way to turn on this behaviour?<br>
<br>Also, the simplest tal:define construct fails on me... what am I missing?<br><br>Borrowing from the <a href="http://z3c.pt">z3c.pt</a> README.txt... I made a file called &quot;/tmp/<a href="http://x.pt">x.pt</a>&quot;<br>
<br>  &lt;div xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br>    &lt;span tal:define=&quot;yup exists:options/nope&quot;<br>          tal:content=&quot;python: yup and &#39;Yes&#39; or &#39;No&#39;&quot;<br>
          &gt;do I exist?&lt;/span&gt;<br>    &lt;span tal:define=&quot;yup exists:nope&quot;<br>          tal:content=&quot;python: yup and &#39;Yes&#39; or &#39;No&#39;&quot;<br>          &gt;do I exist?&lt;/span&gt;<br>
  &lt;/div&gt;<br><br>and I execute <br><br>  from z3c.pt.pagetemplate import ViewPageTemplateFile as ViewPageTemplateFile_z3cpt<br>  ViewPageTemplateFile_z3cpt(&#39;/tmp/<a href="http://x.pt">x.pt</a>&#39;)(self)<br>  <br>
I get:<br><br>  *** AttributeError: &#39;NoneType&#39; object has no attribute &#39;definitions&#39;<br><br>What am I missing here?<br><br>Thanks,<br>Roy.<br><br clear="all"><br>-- <br>Thanks,<br>Roy.<br>