Hi all,<br><br>Due to an earlier issue with i.landsat.toar, I upgraded to the most recent version of GRASS available (found here): <a href="http://wingrass.fsv.cvut.cz/grass64/">http://wingrass.fsv.cvut.cz/grass64/</a>. I was previously using the latest Stable build (here: <a href="http://grass.osgeo.org/grass64/binary/mswindows/native/">http://grass.osgeo.org/grass64/binary/mswindows/native/</a>). I am running Windows 7, 64 bit. <br>
<br> When I try to run certain functions, I get errors related to DLLs. For example, a Windows error pops up when I try to import or export a raster (r.in.gdal and r.out.gdal through the GUI). The import window will appear once I click OK to the error, and if I go to use the Import function again, I do not get the error again during that session.<br>
<br>However, the export function is not working at all. I get a couple of errors that pop up in Windows:<br>1) The procedure entry point H5Eauto_is_V2 could not be loacted in the dynamic lik library hdf5dll.dll<br>2) The procedure entry point GTIFFreeMemory could not be located in the dynamic link library gdal19.dll<br>
<br>In case this helps, I've pasted what appears in the Command Console when I simply try to open GRASS and use the GUI to navigate to Export Common Raster Formats at the end of the e-mail<br><br>Errors also appear in the black-background Command Window along the lines of this:ERROR 1: Can't load requested DLL: C:\Python27\Lns\gdal_HDF5Image.dll<br>
127: The specified procedure could not be found.<br><br>I tried to install an SVN build of GRASS 7 earlier in the week, and had similar error messages come up.<br><br>Should I just try to use the Stable version of GRASS for now? Or am I probably doing something incorrectly on the install?<br>
<br>I'm still new to GRASS, and I realize I might be better to run it on a Linux boot (or at least in a Virtual Machine?), but I won't have time to learn more about that right now.<br><br>Thank you again for any help!<br>
Best regards,<br>Mike<br><br><br><br><br>Text from the Command Console:<br>Traceback (most recent call last):<br>  File "C:\Program Files (x86)\GRASS GIS<br>6.4.3svn\etc\wxpython\lmgr\frame.py", line 557, in OnMenuCmd<br>
<br>GUI(parent = self).ParseCommand(cmd)<br>  File "C:\Program Files (x86)\GRASS GIS<br>6.4.3svn\etc\wxpython\gui_core\forms.py", line 1867, in<br>ParseCommand<br><br>blackList = _blackList)<br>  File "C:\Program Files (x86)\GRASS GIS<br>
6.4.3svn\etc\python\grass\script\task.py", line 470, in<br>parse_interface<br><br>tree = etree.fromstring(get_interface_description(name))<br>  File "C:\Program Files (x86)\GRASS GIS<br>6.4.3svn\Python27\lib\xml\etree\ElementTree.py", line 1283,<br>
in XML<br><br>return parser.close()<br>  File "C:\Program Files (x86)\GRASS GIS<br>6.4.3svn\Python27\lib\xml\etree\ElementTree.py", line 1636,<br>in close<br><br>self._raiseerror(v)<br>  File "C:\Program Files (x86)\GRASS GIS<br>
6.4.3svn\Python27\lib\xml\etree\ElementTree.py", line 1488,<br>in _raiseerror<br><br>raise err<br>xml.etree.ElementTree<br>.<br>ParseError<br>:<br>unclosed token: line 243, column 1<br>