Here&#39;s the log my activity generated.<br><br>1276255872.662322 WARNING root: Bundle Blocos: invalid entry in MANIFEST: COPYING<br>1276255872.664506 WARNING root: Bundle Blocos: MANIFEST includes itself: MANIFEST<br>aviso! imagem &#39;null.png&#39; nao encontrada<br>
Traceback (most recent call last):<br>  File &quot;/usr/bin/sugar-activity&quot;, line 136, in &lt;module&gt;<br>    create_activity_instance(activity_constructor, activity_handle)<br>  File &quot;/usr/bin/sugar-activity&quot;, line 36, in create_activity_instance<br>
    activity = constructor(handle)<br>  File &quot;/home/amarcorin/Activities/Blocos.activity/Blocos.py&quot;, line 99, in __init__<br>    self.generate_blocklist()<br>  File &quot;/home/amarcorin/Activities/Blocos.activity/Blocos.py&quot;, line 420, in generate_blocklist<br>
    self.add_block_tree( self.treeList[0], None, on_block() )<br>  File &quot;/home/amarcorin/Activities/Blocos.activity/Blocos.py&quot;, line 395, in add_block_tree<br>    if block.get_width() &gt; self.maxblockwidth:<br>
  File &quot;/home/amarcorin/Activities/Blocos.activity/blockcanvas/block.py&quot;, line 599, in get_width<br>    return self.get_image()[0].get_width()<br>AttributeError: &#39;NoneType&#39; object has no attribute &#39;get_width&#39;<br>
<br>Seems like the main problem is the MANIFEST thing. Also, a lot of stuff that seems related to the code itself, although, most of them are pretty strange, since I didn&#39;t really change anything within the code besides importing the sugar class and doing the changes related to it.<br>
<br>Also, any way to solve the MANIFEST problem, besides getting the patch?<br><br>Thank you.<br><br><div class="gmail_quote">2010/6/9 James Cameron <span dir="ltr">&lt;<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wed, Jun 09, 2010 at 10:50:02PM -0300, Alberto Arruda de Oliveira wrote:<br>

&gt; But one error I remember, and that draw my attention is that the log<br>
&gt; said that the MANIFEST file was missing, even though I had it on my<br>
&gt; activity folder. Anyone knows why this could be happening?<br>
<br>
</div>Yes, it means you haven&#39;t got the patch that removes MANIFEST support.<br>
I don&#39;t think that has been accepted yet.<br>
<div><div></div><div class="h5"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br>