Flash Card Game - Assimilate: Difference between revisions
No edit summary |
|||
| Line 127: | Line 127: | ||
**"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. | **"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. | ||
*<b>Note: So far Brendan has not been able to save any work after restarting SoaS. We need to make sure that we have a way to save our work if it isn't saved automatically.</b> | *<b>Note: So far Brendan has not been able to save any work after restarting SoaS. We need to make sure that we have a way to save our work if it isn't saved automatically.</b> | ||
====Sugar on a Stick (SoaS) -- working==== | |||
*Download the Assimilate .xo and make a copy of the source | |||
*Remove the original installation | |||
*python setup.py dev | |||
*python setup.py install | |||