* John Fischer ([email protected]) wrote: > Unfortunately, ctypes does not implement the Enumeration type. > It can be done by hand via c_int, however, I don't think that buys > us anything.
That's unfortunate, but I'm not sure it matters. Currently install_target has it's own be.py which contains some of the functions of beadm/libbe (which imports const.py) which target uses. When the beadm/libbe rewrite is complete, that should go away I believe and install_target would just consume the pure python beadm module directly and not have to worry about these enums since target will be calling the beadm interfaces directly and the enums/errors will be handled internally to the beadm module. At least that's my expectation. Glenn _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

