<div>Thank you both. However, it still doesn&#39;t work :( I have replaced &quot;getQuote&quot; with &quot;getQuote()&quot;, but to no avail. Other ideas?</div>
<div><strong>Error Type: RuntimeError<br>Error Value: external method could not be called because it is None</strong></div>
<div><strong>TIA,</strong></div>
<div><strong>Victor</strong><br><br></div>
<div class="gmail_quote">On Jan 3, 2008 2:26 PM, Dieter Maurer &lt;<a href="mailto:dieter@handshake.de">dieter@handshake.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Victor Subervi wrote at 2008-1-2 14:44 -0400:<br>&gt; ...<br>
<div class="Ih2E3d">&gt;&lt;html&gt;<br>&gt;&lt;body&gt;<br>&gt;&lt;table&gt;<br>&gt; &lt;tr&gt;<br>&gt; &nbsp;&lt;td tal:define=&quot;num python:here.scripts.getQuote&quot;&gt;<br><br></div>As Andreas already has pointed out, you probably need &quot;getQuote()&quot;
<br>rather than &quot;getQuote&quot; (as the name suggests, it is a method not a<br>value).<br>
<div class="Ih2E3d"><br>&gt; &nbsp; &lt;span metal:use-macro=&quot;here/en-us/quotes/?num/macros/quote&quot; /&gt;&lt;br /&gt;<br><br></div>&quot;?var&quot; in a path expression means: replace &quot;?var&quot; by the value of &quot;var&quot;.
<br><br>Therefore, if &quot;num&quot; contains the right value, the above should work.<br><br><br><br>--<br><font color="#888888">Dieter<br></font></blockquote></div><br>