John Nevius
2014-06-03 15:16:24 UTC
Apologies in advance for what must be a frequently asked question.
Windows 7, Python 2.7, omniORBpy-4.2.0-win64-py27
I've place the entire distribution in c:\Python27\lib\site-packages\omniORB
I've created a PYTHONPATH environment variable:
PYTHONPATH
c:\python27\lib\site-packages\omniORB\lib\python;c:\python27\lib\site-packages\omniORB\lib\x86_win32
I've merged 'sample.reg' into the Windows Registry
File "<stdin>", line 1, in <module>
File
"c:\python27\lib\site-packages\omniORB\lib\python\omniORB\__init__.py",
line 46, in <module>
import _omnipy
ImportError: DLL load failed: %1 is not a valid Win32 application.
What am I missing?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140603/2ee8cdd7/attachment.html>
Windows 7, Python 2.7, omniORBpy-4.2.0-win64-py27
I've place the entire distribution in c:\Python27\lib\site-packages\omniORB
I've created a PYTHONPATH environment variable:
PYTHONPATH
c:\python27\lib\site-packages\omniORB\lib\python;c:\python27\lib\site-packages\omniORB\lib\x86_win32
I've merged 'sample.reg' into the Windows Registry
import omniORB
Traceback (most recent call last):File "<stdin>", line 1, in <module>
File
"c:\python27\lib\site-packages\omniORB\lib\python\omniORB\__init__.py",
line 46, in <module>
import _omnipy
ImportError: DLL load failed: %1 is not a valid Win32 application.
What am I missing?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140603/2ee8cdd7/attachment.html>