Here'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 'null.png' nao encontrada<br>
Traceback (most recent call last):<br> File "/usr/bin/sugar-activity", line 136, in <module><br> create_activity_instance(activity_constructor, activity_handle)<br> File "/usr/bin/sugar-activity", line 36, in create_activity_instance<br>
activity = constructor(handle)<br> File "/home/amarcorin/Activities/Blocos.activity/Blocos.py", line 99, in __init__<br> self.generate_blocklist()<br> File "/home/amarcorin/Activities/Blocos.activity/Blocos.py", line 420, in generate_blocklist<br>
self.add_block_tree( self.treeList[0], None, on_block() )<br> File "/home/amarcorin/Activities/Blocos.activity/Blocos.py", line 395, in add_block_tree<br> if block.get_width() > self.maxblockwidth:<br>
File "/home/amarcorin/Activities/Blocos.activity/blockcanvas/block.py", line 599, in get_width<br> return self.get_image()[0].get_width()<br>AttributeError: 'NoneType' object has no attribute 'get_width'<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'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"><<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>></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>
> But one error I remember, and that draw my attention is that the log<br>
> said that the MANIFEST file was missing, even though I had it on my<br>
> activity folder. Anyone knows why this could be happening?<br>
<br>
</div>Yes, it means you haven't got the patch that removes MANIFEST support.<br>
I don'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>