mikeckennedy / python-jumpstart-course-demos

Contains all the "handout" materials for my Python Jumpstart by Building 10 Apps course. This includes try it yourself and finished versions of the 10 apps.
https://talkpython.fm/course
MIT License
746 stars 536 forks source link

'Override method in object' and others... Wizard Battle (7) #39

Closed AUGuise closed 6 years ago

AUGuise commented 6 years ago

As I have been working through the tutorial for the Wizard battle, I am finding, relatively early on, that there are a number of overrides that are cause the app to fail.

image

I have tried retyping the code and finally resigned to copy/paste of your code with the same result.

mikeckennedy commented 6 years ago

Hi @AUGuise,

The overrides are intentional but they do not cause the app / game to fail. It's working fine for me. Here is exactly what I typed in running on Python 3.6 just now:

screen shot 2018-06-04 at 9 13 47 pm

Do you have more details about the error and problem? I don't see errors in your screenshot above.

Best, Michael

AUGuise commented 6 years ago

I found the issue. I only copied the part of the code that I believed was in error which was why it seemed like there was something else going on. Feeling pretty silly.

Thanks for the quick response. These tutorials have been great btw!

mikeckennedy commented 6 years ago

No worries. Glad you're all set and enjoying the courses! :) Thanks.