[Orbit-python-list] Errors with the examples on web
Status: Inactive
Brought to you by:
tack
From: Ruhi Bloodworth,,, <rbl...@db...> - 2001-03-11 05:59:06
|
Hi, I have tried running the example at http://projects.sault.org/orbit-python The server part of the example gives me the following error Traceback(innermost last): File "server.py", line 19, in ? servant = POA.Bank.Account(Account()) NameError: POA The client part of the example gives me the following message Traceback (innermost last): File "client.py", line 13, in ? except Bank.Account.InsufficientFUnds, data: NameError: Bank The client can be fixed by removing CORBA.load_idl("Account.idl") and adding import Bank I can send a modified version of the server if it would help I am using ORBit-Python 0.1.3 Orbit 0.4.91 Regards, Ruhi Bloodworth |