<div dir="ltr">Never mind, I figured it out, you just have to make sure the .dll files are in the PYTHONPATH.<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 1:45 PM, Jason Sachs <span dir="ltr"><<a href="mailto:jmsachs@gmail.com" target="_blank">jmsachs@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I got the pythonnet libraries installed and working with my Python installation, and I can do<div><br></div>
<div>  import clr</div><div>  import System</div><div><br></div><div>without errors, but when I go to import a 3rd-party .NET library I have installed, it can't find it:</div>
<div><br></div><div><div>>>> import clr</div><div>>>> import System</div><div>>>> import OpenLayers.Base</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div>

<div>ImportError: No module named OpenLayers.Base</div><div>>>></div></div><div><br></div><div>How do I tell pythonnet where .NET libraries are? I have essentially no background with .NET, I'm familiar with Java so there are a lot of parallels but I don't understand how to make these libraries visible to Python.</div>

</div>
</blockquote></div><br></div></div>