Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6716015
By: jkustrin
Hi,
import sys
from omniORB import CORBA
import af_CommonPlatform #omnipy generated idl
orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID)
ior = open('..\Transfer\\test\siggen.ior', "r").readline()
obj = orb.string_to_object(ior)
sgFact = obj._narrow(af_CommonPlatform.SigGenFactory)
I have partial code completion on orb. string_to_object is not there, however
alot is.
obj and sgFact have nothing even though the code works. Is there something
I am missing for or dont understand why I loose code completion on the object?
I have CORBA and af_CommonPlatform in the forced built-ins.
thanks for any help.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users