Unable to run package setup:
Failed to load module
Traceback (most recent call last):
File "./PackageSetup.py", line 3, in <module>
from __future__ import with_statement
ImportError: No module named __future__
If I remove the __future__ import statement from PackageSetup.py the next import statement ('import glob') fails.
The following is printed out in the console:
libgio version is less than 2.26, single instance support disabled
'import site' failed; use -v for traceback
I saw a thread with the same error from some time back (2008) which was fixed, although the source of the problem was never given.