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
|