Dear sir:
I use demopy . happen a error in libeay32.dll
C:\Ice-2.1.1\demopy\Ice\hello>python server.py
Traceback (most recent call last):
File "server.py", line 35, in ?
communicator = Ice.initializeWithProperties(sys.argv, properties)
File "C:\Ice-2.1.1\python\Ice.py", line 229, in initializeWithProperties
communicator = IcePy.initializeWithProperties(args, properties._impl)
PluginInitializationException: exception ::Ice::PluginInitializationException
{
reason = unable to load entry point `IceSSL:create'
}
Traceback (most recent call last):
File "server.py", line 41, in ?
if communicator:
NameError: name 'communicator' is not defined
How to name 'communicator'?

Reply With Quote