In case anyone else runs into this issue, the easy fix is to add &quot;!path C:\fitnesse&quot; to the test having issues.<br><br><div><span class="gmail_quote">On 3/4/07, <b class="gmail_sendername">Grig Gheorghiu</b> &lt;
<a href="mailto:grig@gheorghiu.net">grig@gheorghiu.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">--- David Brochu &lt;
<a href="mailto:brochu121@gmail.com">brochu121@gmail.com</a>&gt; wrote:<br><br>&gt; I am trying to set up Fitnesse and PyFit on my machine after being<br>&gt; convinced<br>&gt; of the benefits of using Fitnesse at PyCon.<br>
<br>Hi, David -- glad I managed to convince you of the utility of Fitnesse;<br>I thought I didn&#39;t do as good of a job presenting PyFIT/Fitnesse as I<br>could have during the tutorial (there wasn&#39;t a whole lot of time
<br>either).<br><br>&gt; For some reason I can&#39;t<br>&gt; get the<br>&gt; first example in the tutorial (Grig&#39;s tutorial) to properly run. I<br>&gt; know its<br>&gt; probably something silly I have overlooked in setting everything up
<br>&gt; but I<br>&gt; can&#39;t seem to find the source of the issue.<br>&gt;<br>&gt; Wiki page:<br>&gt; !define COMMAND_PATTERN {python %m %p}<br>&gt; !define TEST_RUNNER {C:\Python24\PyFit-0.6a1\fit\FitServer.py}<br>&gt; |eg.Division|
<br>&gt; |numerator|denominator|quotient?|<br>&gt; |10|5|2|<br>&gt; |33|11|3|<br>&gt;<br><br>Looking at my notes<br>(&lt;<a href="http://agiletesting.blogspot.com/2004/11/writing-fitnesse-tests-in-python.html">http://agiletesting.blogspot.com/2004/11/writing-fitnesse-tests-in-python.html
</a>&gt;)<br>I notice that the first line should be:<br><br>!define COMMAND_PATTERN {python &quot;%m&quot; %p}<br><br>(note &quot;%m&quot; instead of %m)<br><br>Minor detail, I know, but unfortunately PyFIT and Fitnesse are finicky
<br>that way....Let me know if it solves your problem.<br><br>Grig<br></blockquote></div><br>