[omniORB] Problems installing omniORBpy on Windows 7
Duncan Grisby
duncan at grisby.org
Wed Jun 4 18:49:28 BST 2014
On Wed, 2014-06-04 at 08:42 -0700, John Nevius wrote:
> That library is now in place and the error is:
[...]
> import _omnipy
> ImportError: DLL load failed: The specified module could not
> be found.
>
[...]
> I tried explicitly adding a path to _omnipy.pyd in the PATH
> environment variable with no success
>
You need to set PATH to the directory with the omniORB DLLs, which is
the bin\x86_win32 directory in the omniORBpy distribution. Unlike Unix
platforms that have a specific path for shared libraries, Windows gets
DLLs from the same PATH used for executables.
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list