charles bartlett
2007-12-29 20:41:40 UTC
Attempting to run echo example.
Unzipped omniORBpy-3.1-x86-win32-python2.5.zip and
omniORB-4.1.1-x86-win32-vc8.zip to windows box with python 2.5.1 loaded.
in python, attempt: "import omniORB"
error message - "import _omnipy
ImportError: DLL load failed: The specified module could not be found."
sys.path includes the directory containing _omnipy; the error message is
misleading - _omnipy is apparently found but can't be read.
Noted <many> similar problems reported in mail; fix answers refer to
incompatible versions of omniORB and python; in my case, should not be
incompatible.
Suggestions?
Thanks.
Unzipped omniORBpy-3.1-x86-win32-python2.5.zip and
omniORB-4.1.1-x86-win32-vc8.zip to windows box with python 2.5.1 loaded.
in python, attempt: "import omniORB"
error message - "import _omnipy
ImportError: DLL load failed: The specified module could not be found."
sys.path includes the directory containing _omnipy; the error message is
misleading - _omnipy is apparently found but can't be read.
Noted <many> similar problems reported in mail; fix answers refer to
incompatible versions of omniORB and python; in my case, should not be
incompatible.
Suggestions?
Thanks.