There are two errors here: super() only works for new-style classes; use object as a base class for Frame to make it use new-style semantics. You still need to call the overridden method with the right arguments; pass in image to the __init__ call. So the