<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
&gt;&gt;&gt; from liblas import file<br>
<br>
Traceback (most recent call last):<br>
&nbsp;File &quot;&lt;pyshell#16&gt;&quot;, line 1, in &lt;module&gt;<br>
 &nbsp; from liblas import file<br>
&nbsp;File &quot;C:\pythonxy\python\Lib\site-packages\liblas\__init__.py&quot;, line 1, in &lt;module&gt;<br>
 &nbsp; from core import *<br>
&nbsp;File &quot;C:\pythonxy\python\Lib\site-packages\liblas\core.py&quot;, line 112, in &lt;module&gt;<br>
 &nbsp; las = ctypes.CDLL(lib_name)<br>
&nbsp;File &quot;C:\pythonxy\python\lib\ctypes\__init__.py&quot;, line 348, in __init__<br>
 &nbsp; self._handle = _dlopen(self._name, mode)<br>
WindowsError: [Error 127] The specified procedure could not be found</blockquote><div><br>This is the same error in .NET. <br><br>The CAPI is not public for Dynamic loaders like Ctypes or p/invoke..<br><br>Regards.<br><br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br></blockquote></div><br>