Comment 11 for bug 93518

Revision history for this message
Nick Terry (j-nick-terry) wrote :

I believe the root of this problem is in /usr/bin/pyversions
It will incorrectly report the python version if the /usr/bin/python is not a symlink pointing to python*. Without this value python is unable to get the default_runtime and leaves it as None. Hence the error, AttributeError: 'NoneType' object has no attribute 'byte_compile'
A fix is posted in the comments to bug report 92287 that should fix this as well as any similar errors