<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am an international student from Cambodia. Recently, I have been working on an activity which I called "Five in a Row" for the XO laptop. I am new to Python, so the codes look pretty simple and&nbsp;are not perfect yet. I know I could have built the activity in PyGame. Anyway, I use PyGTK to work on this project. However, I am running into&nbsp;a program when trying to install my activity on the XO laptop. I believe there are three important files needed for the installation of the activity, including activity.info, setup.py, and the activity.py files. I am not sure if I code something wrong in any of those files; however, after installing it, when I try to run the activity, it never loads the activity up, and it keeps saying "starting", but nothing comes up. Could anyone please&nbsp;take some time to look at my codes below and give me some ideas. I would appreciate it very much. Here are my codes:</DIV>
<DIV>&nbsp;</DIV>
<DIV>[fiveinarowActivity.py] is attached with this email.</DIV>
<DIV>[setup.py]:</DIV>
<DIV>&nbsp;</DIV>
<DIV>from sugar.activity import bundlebuilder</DIV>
<DIV>bundlebuilder.start('fiveinarowActivity')</DIV>
<DIV>&nbsp;</DIV>
<DIV>[activity.info]:</DIV>
<DIV>[Activity]</DIV>
<DIV>name = fiveinarowActivity</DIV>
<DIV>bundle_id = org.laptop.fiveinarowActivity</DIV>
<DIV>class = fiveinarowActivity.fiveinarowActivity</DIV>
<DIV>icon = activity-fiveinarow</DIV>
<DIV>activity_version = 1</DIV>
<DIV>host_version = 1</DIV>
<DIV>show_launcher = yes</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you all very much,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Heang Sok,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></td></tr></table><br>