Flash Card Game - Assimilate: Difference between revisions
| Line 45: | Line 45: | ||
==Links & Resources== | ==Links & Resources== | ||
===Archive=== | ===Archive=== | ||
*[[/Archive | RIT Spring 2009 course progress]] | *[[/Archive | RIT Spring 2009 course progress]] | ||
| Line 52: | Line 53: | ||
*[[Tips_%26_Tricks | Tips & Tricks]] | *[[Tips_%26_Tricks | Tips & Tricks]] | ||
*[http://www.poromenos.org/tutorials/python Python Help] | *[http://www.poromenos.org/tutorials/python Python Help] | ||
===Assimilate=== | ===Assimilate=== | ||
*[[OLPC:Assimilate | Assimilate Homepage]] | *[[OLPC:Assimilate | Assimilate Homepage]] | ||
*[http://wiki.laptop.org/images/a/ae/Assimilate-10.xo Download Assimilate] | *[http://wiki.laptop.org/images/a/ae/Assimilate-10.xo Download Assimilate] | ||
*[http://dev.laptop.org/git/activities/assimilate/ Repository] | *[http://dev.laptop.org/git/activities/assimilate/ Repository] | ||
*[Lesson Plan] | |||
*[How to Play] | |||
===Toolbar help=== | ===Toolbar help=== | ||
* [[olpc:Sugar.graphics.toolbox | Toolbox code]] | * [[olpc:Sugar.graphics.toolbox | Toolbox code]] | ||
*[http://dev.laptop.org/git/projects/measure/tree/toolbar_top.py Example code for a toolbar listener] | *[http://dev.laptop.org/git/projects/measure/tree/toolbar_top.py Example code for a toolbar listener] | ||
===Development Environment=== | ===Development Environment=== | ||
====Windows - <b>Does Not Work!</b>==== | ====Windows - <b>Does Not Work!</b>==== | ||
*Download & install git (http://git-scm.com/download) to download the source code. Run the GUI, select "Clone Existing Repository" and specify "http://dev.laptop.org/git/activities/assimilate/" as the source location. | *Download & install git (http://git-scm.com/download) to download the source code. Run the GUI, select "Clone Existing Repository" and specify "http://dev.laptop.org/git/activities/assimilate/" as the source location. | ||
| Line 71: | Line 77: | ||
====Sugar on a Stick (SoaS) - <b>Does Not Work!</b>==== | ====Sugar on a Stick (SoaS) - <b>Does Not Work!</b>==== | ||
*Follow the instruction on the [[Sugar_on_a_Stick | SoaS page]]. | *Follow the instruction on the [[Sugar_on_a_Stick | SoaS page]]. | ||
*Install Assimilate from source | *Install Assimilate from source | ||
**Git can be downloaded to Sugar with the following commands: | **Git can be downloaded to Sugar with the following commands: | ||
| Line 83: | Line 88: | ||
**When I try to interpret the application with "python Assimilate.py" the following error is generated: | **When I try to interpret the application with "python Assimilate.py" the following error is generated: | ||
***"ImportError: cannot import name AlreadyVoted." This is in response to line 13 of cardpanel.py: "from cardbox.import(AlreadyVoted, NoQuestion, NoAnswer)". AlreadyVoted is a class of Exception declared in cardbox.py. I have not found a fix for this issue at this time. | ***"ImportError: cannot import name AlreadyVoted." This is in response to line 13 of cardpanel.py: "from cardbox.import(AlreadyVoted, NoQuestion, NoAnswer)". AlreadyVoted is a class of Exception declared in cardbox.py. I have not found a fix for this issue at this time. | ||
*Install Assimilate via the .xo file | *Install Assimilate via the .xo file | ||
** Download the [blah Assimilate .xo file]. | ** Download the [blah Assimilate .xo file]. | ||