<div>Hi, this is my first activity and I made it following your manual (it's excellent), and I can't find something different in my activity. I've tried changing the location as you said, but nothing. Now I tried eliminating every import, reducing the activity to minimum, only the GUI and the problem persist! So I think the imports could be discarded as possible cause.<br clear="all">

</div><div>I'm going crazy!!! I don't know what is happening.</div><div>Any idea?</div><div>Thanks</div>--<br>Rodrigo Pérez Fulloni<br>
<br><br><div class="gmail_quote">On Wed, Dec 8, 2010 at 5:41 PM, James Simmons <span dir="ltr"><<a href="mailto:nicestep@gmail.com">nicestep@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Rodrigo,<br>
<br>
If you look at my book example on using PyGame you'll see that I<br>
recommend copying the sugargame directory into the root directory of<br>
the Activity:<br>
<br>
<a href="http://en.flossmanuals.net/ActivitiesGuideSugar/ActivitiesUsingPyGame" target="_blank">http://en.flossmanuals.net/ActivitiesGuideSugar/ActivitiesUsingPyGame</a><br>
<br>
You are also doing this.  That's why your import for sugargame is<br>
working, not because you're adding anything to the Python path.  You<br>
might try the same thing with your version of pygame.  I don't know if<br>
that will fix anything, but it's worth trying.  Have a look at my<br>
simple pygame example too, and see how it differs from yours.<br>
<font color="#888888"><br>
James Simmons<br>
</font><div><div class="h5"><br>
</div></div></blockquote></div><br>