[omniORB] omniorbpy for windows _omnipy load error

GOGER Valentin gixgoger at yahoo.com
Tue Feb 14 23:28:20 GMT 2012


Hello.
I've installed on a "empty" WindowsXP 32bit python2.7.2 binary distribution (msi) from python.org, and

omniOrb-4.1.5-win32-vc10.zip + omniOrbpy-3.5-win32-python2.6.zip, both from the omniOrb download pages.
The problem i face is the following:
C:\Documents and Settings\Administrator>python
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import _omnipy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

however, the module is found...

>>> import imp
>>> zzz=imp.find_module("_omnipy");
>>> print zzz
(<open file 'C:\omniORBpy-3.5\lib\x86_win32\_omnipy.pyd', mode 'rb' at 0x00B375A
0>, 'C:\\omniORBpy-3.5\\lib\\x86_win32\\_omnipy.pyd', ('.pyd', 'rb', 3))


Could you, please, have a look into this?
Am I missing something?
Thanks a lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20120214/70141d5f/attachment.htm


More information about the omniORB-list mailing list