Comment 1 for bug 823846

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

Thanks for giving this a go! So is this only failing on 32-bit?

That error looks like Python2 is trying to import the filestore.py file, which happens to have a non-ascii character in it.

In Python3 the default encoding is UTF-8. Plus PySkein is Python3-only, thus filestore is also. I'm not that savvy with RPM spec files... but you just need to make sure it's only being built with Python3.

Hope that helps. Please bug me if you're still having trouble!