Flash Card Game - Assimilate: Difference between revisions
No edit summary |
No edit summary |
||
| Line 125: | Line 125: | ||
**$ python setup.py install | **$ python setup.py install | ||
*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 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. | ||
*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. | |||