GOGER Valentin
2012-02-15 13:28:53 UTC
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.
? File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
however, the module is found...
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
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 0x00B375Azzz=imp.find_module("_omnipy");
print zzz
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