CORBA client & server with Python

Murat Demir murat.demir at icn.siemens.de
Thu Nov 8 11:39:09 EST 2001


hi all !
I'm trying to write a CORBA client and server "hello world" application.
For this purpose I used  Example 2 in the internet site below :

http://www.uk.research.att.com/omniORB/omniORBpy/doc/omniORBpy/omniORBpy002.
html#toc6

with this example, I compiled the .idl file, there is no problem with it,
I run the server program, it' OK as well,
but when I try to run client side program, the message is:

bash-2.03$ python client.py 
Traceback (most recent call last):
  File "client.py", line 9, in ?
    ior = sys.argv[1]
IndexError: list index out of range
bash-2.03$ 

does someone has an idea about it?


thanks

murat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20011108/af3f6681/attachment.html>


More information about the Python-list mailing list