Hello all,
My lab has been trying to install Omero 4.1.1 on a machine running RHEL 5. The specific issue we are having is with Ice. We have tried to install Ice 3.3.1 and everything seems to install just fine; there are no errors when we make or install. However, our installation of Python cannot find Ice, and so when we try to run the command:
bin/omero config set omero.db.name 'myDatabase'
We get an error that says Python cannot find the module Ice. Our installation of python is 2.6.5 and is located at /usr/local/Python-2.6.5. Our installation of Ice is at /usr/share/Ice-3.3.1. We have tried adding the location of Ice to the Python path variable, but that doesn't solve the problem either. Your thoughts would be greatly appreciated. Thanks.