In article <[EMAIL PROTECTED]>, Michi Henning <[EMAIL PROTECTED]> wrote:
[...]
>Instead of compiling the definition, you can write:
>
> Ice.loadSlice("Color.ice")
> import M
>
> print "My favourite color is ", M.Color.blue
Just like this then?
omniORB.importIDL("Color.idl")
import M
print "My favourite color is ", M.blue
Cheers,
Duncan.
--
-- Duncan Grisby --
-- [EMAIL PROTECTED] --
-- http://www.grisby.org --
--
http://mail.python.org/mailman/listinfo/python-list
