TypeError: this constructor takes no arguments
If you're ever creating an instance of your newly defined class object and you get this error - even though you definitely specified that you need to call the class with some parameters, I may know what your problem is. Solution to your confusion: __int__ != __init__ (Yes, I just encountered this in my code *facepalm*)
















