I've just installed ice-python and I am running through the example at
http://www.zeroc.com/doc/Ice-3.3.0/manual/Hello.4.7.html and when I get
to the point of running the server (Server.py), python dumps out with an
import error:
Traceback (most recent call last):
File "./Server.py", line 1, in <module>
import sys, traceback, Ice
ImportError: No module named Ice
Has anyone else worked with this package, or able to reproduce this?
While I have just installed the Ice that is available through the
repository, I don't want to just to any conclusions and file a bug
report with the packager just yet.
--Tim