SyntaxFix
Write A Post
Hire A Developer
Questions
Adding the following two lines at the top of my .py script worked for me (first line was necessary):
#!/usr/bin/env python # -*- coding: utf-8 -*-