Is this software compatible with Python 3? The README file says that Python 2.7 is required, but it isn't clear if that's a minimum requirement or if Python 2.7.x is needed.
If the software is compatible with Python 3, is it possible to install two versions at the same time, one linked against Python 2 and the other against Python 3? Perhaps by switching from:
- /usr/lib64/caja/extensions-2.0/libcaja-python.so
to:
- /usr/lib64/caja/extensions-2.0/libcaja-python2.so
- /usr/lib64/caja/extensions-2.0/libcaja-python3.so
Is this software compatible with Python 3? The README file says that Python 2.7 is required, but it isn't clear if that's a minimum requirement or if Python 2.7.x is needed.
If the software is compatible with Python 3, is it possible to install two versions at the same time, one linked against Python 2 and the other against Python 3? Perhaps by switching from:
to: