I installed python2.7 and, while running my application, I get an error like
/usr/local/lib/python2.7/site-packages/PIL/_imaging.so: undefined character: PyUnicodeUCS2_AsLatin1String
I also checked the assembly and displays as "UCS2"
How can we solve this?
source share