Much of that goes well, except that I wind up without the Python bindings for Ice:
- Code: Select all
omero : /usr/ports/devel/ice# python -c "import Ice; print Ice.stringVersion()"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named Ice
The instructions do in fact tell me to expect this:
"With Ice 3.6, the Python bindings are provided separately. If your package manager does not provide Ice python packages, run pip install zeroc-ice to install the Ice Python bindings."
When I attempt to install zeroc-ice, pip reports an error:
- Code: Select all
omero : /root# pip --no-cache-dir install zeroc-ice
Collecting zeroc-ice
Downloading zeroc-ice-3.6.2.1.tar.gz (1.1MB)
100% |################################| 1.1MB 20.8MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-jj2Myy/zeroc-ice/setup.py", line 120, in <module>
if filterName(n):
NameError: name 'filterName' is not defined
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jj2Myy/zeroc-ice/
There are essentially no Google results for that error string, so I am stumped as to what I need to do to get pip to install zeroc-ice.
I would appreciate any suggestions the community may have to offer.
Thank you!
Jim