Line 71: |
Line 71: |
| ====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]]. |
− | *Git can be downloaded to Sugar with the following commands:
| |
− | **$ su
| |
− | **$ yum install git
| |
− | *Get the Assimilate source through git:
| |
− | **$ git clone git://dev.laptop.org/activities/assimilate
| |
− | *Install assimilate:
| |
− | **$ python setup.py install
| |
− | *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 am currently troubleshooting this issue.
| |
| | | |
− | ====Sugar on a Stick (SoaS) - updated?====
| + | *Install Assimilate from source |
− | *Download the Assimilate .xo and make a copy of the source | + | **Git can be downloaded to Sugar with the following commands: |
− | *Remove the original installation | + | ***$ su |
− | *python setup.py dev | + | ***$ yum install git |
− | *python setup.py install | + | **Get the Assimilate source through git: |
| + | ***$ git clone git://dev.laptop.org/activities/assimilate |
| + | **Install assimilate: |
| + | ***$ python setup.py dev |
| + | ***$ python setup.py install |
| + | **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. |
| + | |
| + | *Install Assimilate via the .xo file |
| + | ** Download the [blah Assimilate .xo file]. |
| + | ** Click "show in journal" |
| + | ** This should install Assimilate and put an icon in the circle of programs on the main screen. |
| | | |
| ====Synergy==== | | ====Synergy==== |
| * [[OLPC:Coding_on_the_xo]] | | * [[OLPC:Coding_on_the_xo]] |
| * [[OLPC:Synergy]] | | * [[OLPC:Synergy]] |