Page 1 of 1

Ice errors on Ubuntu 10.04 LTS

PostPosted: Fri Aug 06, 2010 3:40 pm
by james
I installed the ice33-services package from the Package Manager, but I am unsure if I am configuring this properly. Would I be better off compiling the ice package directly in Ubuntu?

********************************************************************************

ERROR: Could not import omero.cli! (No module named Ice)

This means that your installation is incomplete. Contact
the OME mailing lists for more information:
********************************************************************************

ERROR: Could not import omero.cli! (No module named Ice)

This means that your installation is incomplete. Contact
the OME mailing lists for more information:

https://www.openmicroscopy.org/site/community

If you are building from source, please supply the build log
as well as which version you are building from. If you
downloaded a distribution, please provide which link you
used.

********************************************************************************

Debugging Info:
--------------
CWD=/home/labpeople/Desktop/omero_dist
VERSION=2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3]
OMERO_HOME=None
PYTHONPATH=['/home/labpeople/Desktop/omero_dist/lib/python', '/home/labpeople/Desktop/omero_dist/var/lib', '/home/labpeople/Desktop/omero_dist/bin', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages', '/home/labpeople/Desktop/omero_dist/lib/fallback']

https://www.openmicroscopy.org/site/community

If you are building from source, please supply the build log
as well as which version you are building from. If you
downloaded a distribution, please provide which link you
used.

********************************************************************************

Debugging Info:
--------------
CWD=/home/labpeople/Desktop/omero_dist
VERSION=2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3]
OMERO_HOME=None
PYTHONPATH=['/home/labpeople/Desktop/omero_dist/lib/python', '/home/labpeople/Desktop/omero_dist/var/lib', '/home/labpeople/Desktop/omero_dist/bin', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages', '/home/labpeople/Desktop/omero_dist/lib/fallback']

Re: Ice errors on Ubuntu 10.04 LTS

PostPosted: Fri Aug 06, 2010 4:46 pm
by cxallan
We use Ice 3.3.1 from Ubuntu's main package manager on a regular basis. The problem is that you are missing the Python packages:

Code: Select all
sudo apt-get install python-zeroc-ice
...


Should do it.

Re: Ice errors on Ubuntu 10.04 LTS

PostPosted: Fri Aug 06, 2010 5:13 pm
by james
Great it seems to be working. I have made it much further in the install than I did on my attempted windows install.