[omniORB] Running OmniORBpy on Windows 8.1?

Rob Ratcliff rrr6399 at futuretek.com
Fri Oct 24 17:13:28 BST 2014


Sorry for the spam. Looks like my PATH was not correct below. (forgot to
add the "bin" in bin/x86_win32)


On 10/24/2014 11:04 AM, Rob Ratcliff wrote:
> Hi,
>
> I'm attempting to run a simple OmniOrbPy on Windows 8.1 using either 32
> or 64 bit versions of OmniOrb and Python 2.7.x.  It fails to load the
> _ominorb module due to a DLL failed to load error.
>
> I believe I've configured the PATH and PYTHONPATH variables correctly,
> but here
>
> set py=C:\CORBA\omniorb32\omniORBpy-4.2.0
> set omni=C:\CORBA\omniorb32\omniORB-4.2.0
> set OMNIORB_CONFIG=%py%\sample.cfg
> set
> PATH=.;%py%\lib\x86_win32;%py%\x86_win32;%omni%\x86_win32;%py%\bin;%omni%\bin;C:\Python27;%PATH%
> set
> PYTHONPATH=.;%py%\bin\x86_win32;%omni%\bin\x86_win32;%py%\lib\python;%py%\lib\x86_win32;%omni%\bin;%omni%\lib\python;%omni%\lib\x86_win32
> python.exe -v client.py
>
> where the top of client.py is:
>  




More information about the omniORB-list mailing list