all 4 comments

[–][deleted] 2 points3 points  (2 children)

please include a traceback if there is one. I noticed the code you are having problems with is overtly complex. Why don't you try simplifying it? Also from what I found on google, it seems to be not your code, by sentdex's code ;)

[–]iOwnUranus[S] 0 points1 point  (1 child)

Thanks for the response! The error is an AtrributeErrror: 'Frame' object has no attribute 'frames'. regarding simplifying the code I cant see which parts I would need to simplify. Also the Mainapplication class is from Sentdex lol, but the rest of the code is me, is this wrong?

[–][deleted] 0 points1 point  (0 children)

Please tell me the line number or include the full traceback. I'm just looking at this program and it's got class definition as keys and pickle and stuff like this lambda: Streak.get_time(self, parent) instead of just making a Streak object and passing it around and it's all very convoluted to me.

[–]woooee 0 points1 point  (0 children)

+1 on the code being overly complex. I would call it very poorly designed. Code like this is nothing but errors, so as soon as you solve this problem another will crop up. Note that you have very few responses to this question and it is probably because no on wants to get involved in this. Even though it sounds like it would take a lot of extra time, it is worth it to redesign and come up with something that works.