Need help understanding "TypeError: default __new__ takes no parameters" error in python
- by Gordon Fontenot
For some reason I am having trouble getting my head around __init__ and __new__. I have a bunch of code that runs fine from the terminal, but when I load it as a plugin for Google Quick Search Box, I get the error TypeError: default __new__ takes no parameters.
I have been reading about the error, and it's kind of making my brain spin. As it…