Re: [Orbit-python-list] Errors with the examples on web
Status: Inactive
Brought to you by:
tack
|
From: Jason T. <ta...@li...> - 2001-03-11 06:13:18
|
> The client can be fixed by removing
> CORBA.load_idl("Account.idl")
> and adding
> import Bank
It sounds like you're using ORBit-Python from CVS and not 0.1.3. The
CVS version will not handle the example on the website properly. The
POA stuff in CVS is totally redone to adhere to the mapping spec. Check
out the test-suite example for details, or ask on this list if you have
any other questions (since documentation is admitedly pretty scarce).
It should just be a matter of importing Bank and replacing POA.Bank to
Bank__POA.
Cheers,
Jason.
|