<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hello.</div><div>I've installed on a "empty" WindowsXP 32bit python2.7.2 binary distribution (msi) from python.org, and<br></div><div>omniOrb-4.1.5-win32-vc10.zip + omniOrbpy-3.5-win32-python2.6.zip, both from the omniOrb download pages.</div><div>The problem i face is the following:</div><div>C:\Documents and Settings\Administrator>python<br>Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import _omnipy<br>
Traceback (most recent call last):<br>
File "<stdin>", line 1, in <module><br>
ImportError: DLL load failed: The specified module could not be found.</div><div><br></div><div>however, the module is found...<br></div><div>>>> import imp<br>>>> zzz=imp.find_module("_omnipy");<br>>>> print zzz<br>(<open file 'C:\omniORBpy-3.5\lib\x86_win32\_omnipy.pyd', mode 'rb' at 0x00B375A<br>0>, 'C:\\omniORBpy-3.5\\lib\\x86_win32\\_omnipy.pyd', ('.pyd', 'rb', 3))<br></div><div><br></div><div>Could you, please, have a look into this?</div><div>Am I missing something?</div><div>Thanks a lot.</div><div></div></div></body></html>