[omniORB] Problems installing omniORBpy on Windows 7

John Nevius john.nevius at johnneviusconsulting.com
Wed Jun 4 16:42:29 BST 2014


Thanks very much for your reply.   I apologize for not starting with a 32
bit version of omniORBpy

That library is now in place and the error is:

Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
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 46, in <module>
    import _omnipy
ImportError: DLL load failed: The specified module could not be found.

My PYTHONPATH environment variable:

c:\python27\lib\site-packages\omniORB\lib\python\;c:\python27\lib\site-packages\omniORB\lib\x86_win32\

I tried explicitly adding a path to _omnipy.pyd in the PATH environment
variable with no success





On Wed, Jun 4, 2014 at 7:55 AM, Duncan Grisby <duncan at grisby.org> wrote:

> On Tue, 2014-06-03 at 08:16 -0700, John Nevius wrote:
>
> > Windows 7, Python 2.7, omniORBpy-4.2.0-win64-py27
>
> [...]
> >             import _omnipy
> >         ImportError: DLL load failed: %1 is not a valid Win32
> >         application.
>
> You probably have a 32 bit version of Python, but you are trying to use
> the 64 bit compile of omniORBpy. You need to either use a 64 bit Python,
> or get the 32 bit build of omniORBpy.
>
> Duncan.
>
> --
>  -- Duncan Grisby         --
>   -- duncan at grisby.org     --
>    -- http://www.grisby.org --
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140604/570b9e5a/attachment.html>


More information about the omniORB-list mailing list