Problem installing omniORBpy on Windows Server 2016

John Nevius via omniORB-list <[email protected]> Wed, 7 Nov 2018 10:40:15 -0800
Newsgroups gmane.comp.corba.omniorb.user
Message-ID <CAFgs-SvEa2Usaxir2RgTrbGEXpCyxdMMN34gR7r1HoC+k8oPWQ@mail.gmail.com>
I encountered a similar problem way back in 2014 when installing omniORB on
Windows 7.  The solution to that problem does not seem to carry over:

The problem:

Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64
bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import omniORB
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"c:\python27\lib\site-packages\omniORB\lib\python\omniORB\__init__.py",
line 44, in <module>
    import _omnipy
ImportError: No module named _omnipy

I've imported sample.reg with regedit

omniORB is installed in c:\python27\lib\site-packages\omniORB

pythonpath:

c:\python27;c:\python27\lib\site-packages\omniORB\lib\x86-win32;c:\python27\lib\site-packages\omniORB\lib\python


path:

%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;c:\python27;c:\python27\scripts;C:\Python27\Lib\site-packages\omniORB\bin\x86_win32


Python:

Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64
bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.


Suggestions are most appreciated

_______________________________________________
omniORB-list mailing list
[email protected]
http://www.omniorb-support.com/mailman/listinfo/omniorb-list