What\'s the \"Bad magic number\" ImportError in python, and how do I fix it?
The only thing I can find online suggests this is caused by compiling a .py -> .pyc file
Deleting all .pyc files will fix "Bad Magic Number" error.
find . -name "*.pyc" -delete