Hi,<br><br>I&#39;m having a problem trying to get a result from figleaf2html. I&#39;m running figleaf with nosetests, which i&#39;m also running with django (i.e. nosetests --with-django --with-figleaf). The output from the previous command line is .figleaf_sections; however, figleaf2html is looking for .figleaf. I also tried to run figleaf2html with .figleaf_sections and getting the following error:<br>
<br>Traceback (most recent call last):<br>&nbsp; File &quot;c:\Python25\Scripts\figleaf2html-script.py&quot;, line 8, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; load_entry_point(&#39;figleaf==0.6.1&#39;, &#39;console_scripts&#39;, &#39;figleaf2html&#39;)()<br>
&nbsp; File &quot;c:\python25\lib\site-packages\figleaf-0.6.1-py2.5.egg\figleaf\annotate_html.py&quot;, line 256, in main<br>&nbsp;&nbsp;&nbsp; coverage = figleaf.combine_coverage(coverage, d)<br>&nbsp; File &quot;c:\python25\lib\site-packages\figleaf-0.6.1-py2.5.egg\figleaf\__init__.py&quot;, line 89, in combine_coverage<br>
&nbsp;&nbsp;&nbsp; keys.update(set(d2.keys()))<br>AttributeError: CodeTracer instance has no attribute &#39;keys&#39;<br><br>I&#39;ve also tried to work around this by adding a line of code in nose_sections.py<br><br>figleaf.write_coverage(&#39;.figleaf&#39;)<br>
<br>in &#39;finalize&#39; function to get .figleaf file and this works fine, but I&#39;m not sure if I&#39;m supposed to do this or am I missing something that I should do to make it work without changing the code.<br><br>
Hope that somebody here can help.<br><br>Thank you,<br>Pam<br><br><br>