<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’ve managed to get GDAL 2.1.3 to build with ECW 5.3 support on my 64-bit system. The last hurdle I’m struggling with is getting the python module to install and work. The lines in my nmake.opt file relating to python are;<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="background:white"><span style="font-size:9.0pt;font-family:"Courier New";color:black">!IFNDEF PYDIR<br>
PYDIR = "… \AppData\Local\Programs\Python\Python36”<o:p></o:p></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:9.0pt;font-family:"Courier New";color:black">!ENDIF<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<pre style="background:white"><span style="font-size:9.0pt;color:black">HAVE_NUMPY=1<o:p></o:p></span></pre>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">But the python module does not install. <o:p></o:p></p>
<p class="MsoNormal">I’ve tried going into the gdal-2.1.3\swig\python folder and installing manually with “python setup.py install”, but when I try to import gdal in a script with “from osgeo import gdal” I get the error<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Traceback (most recent call last):<o:p></o:p></p>
<p class="MsoNormal">  File "…\AppData\Local\Programs\Python\Python36\lib\site-packages\IPython\core\interactiveshell.py", line 2881, in run_code<o:p></o:p></p>
<p class="MsoNormal">    exec(code_obj, self.user_global_ns, self.user_ns)<o:p></o:p></p>
<p class="MsoNormal">  File "<ipython-input-3-a04b80bf4e65>", line 1, in <module><o:p></o:p></p>
<p class="MsoNormal">    from osgeo import gdal<o:p></o:p></p>
<p class="MsoNormal">  File "D:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.3.2\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import<o:p></o:p></p>
<p class="MsoNormal">    module = self._system_import(name, *args, **kwargs)<o:p></o:p></p>
<p class="MsoNormal">  File "…\Local\Programs\Python\Python36\lib\site-packages\gdal-2.1.3-py3.6-win-amd64.egg\osgeo\__init__.py", line 21, in <module><o:p></o:p></p>
<p class="MsoNormal">    _gdal = swig_import_helper()<o:p></o:p></p>
<p class="MsoNormal">  File "…\Local\Programs\Python\Python36\lib\site-packages\gdal-2.1.3-py3.6-win-amd64.egg\osgeo\__init__.py", line 17, in swig_import_helper<o:p></o:p></p>
<p class="MsoNormal">    _mod = imp.load_module('_gdal', fp, pathname, description)<o:p></o:p></p>
<p class="MsoNormal">  File "…\Local\Programs\Python\Python36\Lib\imp.py", line 242, in load_module<o:p></o:p></p>
<p class="MsoNormal">    return load_dynamic(name, filename, file)<o:p></o:p></p>
<p class="MsoNormal">  File "…\Local\Programs\Python\Python36\Lib\imp.py", line 342, in load_dynamic<o:p></o:p></p>
<p class="MsoNormal">    return _load(spec)<o:p></o:p></p>
<p class="MsoNormal">ImportError: DLL load failed: The specified module could not be found.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Which I’m assuming is because the GDAL scripts can’t find the relevant GDAL dlls.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any idea on how to fix this ? <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Best regards,<o:p></o:p></p>
<p class="MsoNormal">Liam.<o:p></o:p></p>
</div>
</body>
</html>