ANNOUNCE: Ice 2.0 released

Duncan Grisby duncan-news at grisby.org
Thu Dec 9 05:20:57 EST 2004


In article <IHLtd.64667$K7.11365 at news-server.bigpond.net.au>,
 Michi Henning <michi at triodia.com> 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         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the Python-list mailing list