Flash Card Game - Assimilate: Difference between revisions
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
==Links & Resources== | ==Links & Resources== | ||
===General=== | |||
*[http://wiki.sugarlabs.org/go/Math4Team/RIT Math 4 RIT Homepage] | *[http://wiki.sugarlabs.org/go/Math4Team/RIT Math 4 RIT Homepage] | ||
*[http://wiki.sugarlabs.org/go/Tips_%26_Tricks Tips & Tricks] | *[http://wiki.sugarlabs.org/go/Tips_%26_Tricks Tips & Tricks] | ||
*[http://www.poromenos.org/tutorials/python Python Help] | |||
===Assimilate=== | |||
*[http://wiki.laptop.org/go/Assimilate Assimilate Homepage] | *[http://wiki.laptop.org/go/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] | ||
===Toolbar help=== | |||
*[http://wiki.laptop.org/go/Sugar.graphics.toolbox Toolbox code] | *[http://wiki.laptop.org/go/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=== | |||
*[http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-win32.zip Eclipse | ====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. | ||
*http:// | *Download & install the Python interpreter here: http://www.python.org/download/releases/3.0.1/ | ||
*Download & install [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-win32.zip Eclipse]. | |||
*Install the Pydev plugin for Eclipse. Help --> Software Updates --> Available Software --> Add Site. Add http://pydev.sourceforge.net/updates/ and install. | |||
*Once that's done, you can load up the project you've cloned to your system with Git by opening Eclipse and going to File --> Import --> Select General --> Existing Projects into Workspace. Select the Assimilate root folder. Then go to Window --> Preferences --> Pydev --> Interpreter - Python --> Add (a python interpreter) and specify the path to python.exe. (Mine was C:\Python31\python.exe.) | |||
If you do all of this and try to run Assimilate, it will give you an error because it can't import hippo. We have not found a way around this. If you do, please update this wiki with instructions on how to do so. | |||
====Sugar on a Stick (SoaS)==== | |||
*Follow the instruction on the [http://wiki.sugarlabs.org/go/Sugar_on_a_Stick SoaS page]. | |||