On Thu, 9 Dec 2004, Duncan Grisby wrote:

> 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


Oops, my apologies! I wasn't aware that omniORBpy does this
as well.

Cheers,

Michi.

--
Michi Henning                Ph: +61 4 1118-2700
ZeroC, Inc.                  http://www.zeroc.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to