Again, I forgot to send it to all.<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Alberto Arruda de Oliveira</b> <span dir="ltr">&lt;<a href="mailto:alberto.a.oliv@gmail.com">alberto.a.oliv@gmail.com</a>&gt;</span><br>
Date: 2010/6/14<br>Subject: Re: [Sugar-devel] Problems adapting activity<br>To: Daniel Drake &lt;<a href="mailto:dsd@laptop.org">dsd@laptop.org</a>&gt;<br><br><br>Sorry for taking so long to answer.<br><br>Anyway, the null.png problem is quite weird, since I could find it there. It seems like the problem now isn&#39;t with the adaptation, but with the code itself.<br>
<br>Thank you all for the help. I&#39;ll update here if I make any progress / find any other problem.<br>
<br><div class="gmail_quote">2010/6/11 Daniel Drake <span dir="ltr">&lt;<a href="mailto:dsd@laptop.org" target="_blank">dsd@laptop.org</a>&gt;</span><div><div></div><div class="h5"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On 11 June 2010 08:43, Alberto Arruda de Oliveira<br>
<div>&lt;<a href="mailto:alberto.a.oliv@gmail.com" target="_blank">alberto.a.oliv@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div>&gt; Here&#39;s the log my activity generated.<br>
&gt;<br>
&gt; 1276255872.662322 WARNING root: Bundle Blocos: invalid entry in MANIFEST:<br>
&gt; COPYING<br>
&gt; 1276255872.664506 WARNING root: Bundle Blocos: MANIFEST includes itself:<br>
&gt; MANIFEST<br>
&gt; aviso! imagem &#39;null.png&#39; nao encontrada<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;/usr/bin/sugar-activity&quot;, line 136, in &lt;module&gt;<br>
&gt;     create_activity_instance(activity_constructor, activity_handle)<br>
&gt;   File &quot;/usr/bin/sugar-activity&quot;, line 36, in create_activity_instance<br>
&gt;     activity = constructor(handle)<br>
&gt;   File &quot;/home/amarcorin/Activities/Blocos.activity/Blocos.py&quot;, line 99, in<br>
&gt; __init__<br>
&gt;     self.generate_blocklist()<br>
&gt;   File &quot;/home/amarcorin/Activities/Blocos.activity/Blocos.py&quot;, line 420, in<br>
&gt; generate_blocklist<br>
&gt;     self.add_block_tree( self.treeList[0], None, on_block() )<br>
&gt;   File &quot;/home/amarcorin/Activities/Blocos.activity/Blocos.py&quot;, line 395, in<br>
&gt; add_block_tree<br>
&gt;     if block.get_width() &gt; self.maxblockwidth:<br>
&gt;   File &quot;/home/amarcorin/Activities/Blocos.activity/blockcanvas/block.py&quot;,<br>
&gt; line 599, in get_width<br>
&gt;     return self.get_image()[0].get_width()<br>
&gt; AttributeError: &#39;NoneType&#39; object has no attribute &#39;get_width&#39;<br>
&gt;<br>
&gt; Seems like the main problem is the MANIFEST thing. Also, a lot of stuff that<br>
&gt; seems related to the code itself, although, most of them are pretty strange,<br>
&gt; since I didn&#39;t really change anything within the code besides importing the<br>
&gt; sugar class and doing the changes related to it.<br>
<br>
</div></div>The MANIFEST thing is unrelated and harmless.<br>
I guess your error is that the activity cannot locate null.png<br>
<font color="#888888"><br>
Daniel<br>
</font></blockquote></div></div></div><br>
</div><br>