<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi Leo,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">This might be a PATH issue.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">See this discussion for details.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style><font face="arial, helvetica, sans-serif"><a href="https://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for-python-on-windows/">https://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for-python-on-windows/</a></font><br></div><div class="gmail_default" style><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default" style><font face="arial, helvetica, sans-serif">Asim</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 9:11 PM, Leo Kris Palao <span dir="ltr"><<a href="mailto:lk.palao@gmail.com" target="_blank">lk.palao@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">Hi Python Users,<div><br></div><div>I currently installed the Python 2.7.9 and installed the GDAL package. First, I tried to install GDAL using PIP but it throws an error - I cannot remember the exact error message. So, I install it using easy_install command. But when I import the package I am getting this message, which I really don't understand.</div><div><br></div><div><div>Microsoft Windows [Version 6.1.7601]</div><div>Copyright (c) 2009 Microsoft Corporation.  All rights reserved.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">C:\Users\lpalao>python<br>Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import gdal<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "C:\Python27\Python2.7.9\lib\site-packages\gdal.py", line 2, in <module><br>    from osgeo.gdal import deprecation_warn<br>  File "C:\Python27\Python2.7.9\lib\site-packages\osgeo\__init__.py", line 21, in <module><br>    _gdal = swig_import_helper()<br>  File "C:\Python27\Python2.7.9\lib\site-packages\osgeo\__init__.py", line 17, in swig_import_helper<br>    _mod = imp.load_module('_gdal', fp, pathname, description)<br>ImportError: DLL load failed: The specified module could not be found.<br>>>></blockquote></div><div><br></div><div>Thanks in advance,</div><div>-Leo</div></div>
<br>--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br></div>