From: dmv Date: Mon, 12 Jan 2009 12:28:47 +0000 (+0000) Subject: 0020109: Possible conflict with another ORB in runSalome.py X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e6a96de895ef30a8796035da794b054d7c998415;p=modules%2Fkernel.git 0020109: Possible conflict with another ORB in runSalome.py --- diff --git a/bin/runSalome.py b/bin/runSalome.py index c0c1ad1b7..fe97b68ff 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -784,7 +784,7 @@ def searchFreePort(args, save_config=1): **kwargs) orbdata = [] initref = "NameService=corbaname::%s:%s"%(hostname, NSPORT) - import CORBA + from omniORB import CORBA if CORBA.ORB_ID == "omniORB4": orbdata.append("InitRef = %s"%(initref)) orbdata.append("giopMaxMsgSize = 2097152000 # 2 GBytes")