Archived

This forum has been archived. Please start a new discussion on GitHub.

Admin facet in python Ice.Application?

Hi All,

Apologies for dupe post - I accidentally replied to another thread :-(

Should I be able to add an admin facet to a python Ice.Application?

Initial attempts are giving the following. Not sure if I should delve further until I find out whether or not this is supported in IcePy

Thanks,

A.

Traceback (most recent call last):
File "c:\Ice-3.3.1-VC90\python\Ice.py", line 766, in main
status = self.run(args)
File "worker.py", line 207, in run
self.communicator().removeAdminFacet("Process")
AttributeError: 'CommunicatorI' object has no attribute 'removeAdminFacet'

Comments

  • mes
    mes California
    Hi,

    Ice 3.4 adds support for the administrative facet facility in Python. You can download the beta release of 3.4 now, or wait a few more days for the final 3.4 release.

    Regards,
    Mark
  • Ah great. Thanks for quick response!