I know there are some questions about this topic, but none seems to solve my issue. See this or this or this.
I\'m on Linux, Fedora21, and I\'m trying to enable per user
This error occurs when we use print in older way.
print 'your test'
It should be for later version of Python.
print ('your test')