Flash Card Game - Assimilate: Difference between revisions
No edit summary |
No edit summary |
||
| Line 126: | Line 126: | ||
*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. | *<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> | ||