<div dir="ltr">Thanks very much for your reply.   I apologize for not starting with a 32 bit version of omniORBpy<div><br></div><div>That library is now in place and the error is:</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">
<div><div>Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32</div></div><div><div>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.</div>
</div><div><div>&gt;&gt;&gt; import omniORB</div></div><div><div>Traceback (most recent call last):</div></div><div><div>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div></div><div><div>  File &quot;c:\python27\lib\site-packages\omniORB\lib\python\omniORB\__init__.py&quot;, line 46, in &lt;module&gt;</div>
</div><div><div>    import _omnipy</div></div><div><div>ImportError: DLL load failed: The specified module could not be found.</div></div><div><br></div></blockquote><div>My PYTHONPATH environment variable:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>c:\python27\lib\site-packages\omniORB\lib\python\;c:\python27\lib\site-packages\omniORB\lib\x86_win32\</div><div><br></div></blockquote>I tried explicitly adding a path to _omnipy.pyd in the PATH environment variable with no success<div>
<br></div><div><br><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 4, 2014 at 7:55 AM, Duncan Grisby <span dir="ltr">&lt;<a href="mailto:duncan@grisby.org" target="_blank">duncan@grisby.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, 2014-06-03 at 08:16 -0700, John Nevius wrote:<br>
<br>
&gt; Windows 7, Python 2.7, omniORBpy-4.2.0-win64-py27<br>
<br>
</div>[...]<br>
<div class="">&gt;             import _omnipy<br>
&gt;         ImportError: DLL load failed: %1 is not a valid Win32<br>
&gt;         application.<br>
<br>
</div>You probably have a 32 bit version of Python, but you are trying to use<br>
the 64 bit compile of omniORBpy. You need to either use a 64 bit Python,<br>
or get the 32 bit build of omniORBpy.<br>
<span class="HOEnZb"><font color="#888888"><br>
Duncan.<br>
<br>
--<br>
 -- Duncan Grisby         --<br>
  -- <a href="mailto:duncan@grisby.org">duncan@grisby.org</a>     --<br>
   -- <a href="http://www.grisby.org" target="_blank">http://www.grisby.org</a> --<br>
<br>
<br>
</font></span></blockquote></div><br></div>