<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-3" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Glynn Clements wrote:
<blockquote
 cite="mid:18652.15644.200661.903722@cerise.gclements.plus.com"
 type="cite">
  <pre wrap="">Luigi Ponti wrote:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">I've started re-writing the scripts in 7.0 in Python. For now, I've
left the Bourne-shell versions in place so that people can compare the
two versions for testing purposes. 
      </pre>
    </blockquote>
    <pre wrap="">That's great! Is there already some Python version available?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
So far, I've replaced 16 of the 62 shell scripts in the scripts
directory. The scripts themselves currently only exist in 7.0,
although the utility module (lib/python/grass.py) is also in 6.4. In
most cases, there's no particular reason why the scripts can't be used
with older versions of GRASS.
  </pre>
</blockquote>
<br>
Thanks Glynn: I found the scripts. As I go through Lie Hetland's Python
book, it is very useful to have a working GRASS implementation.<br>
Regards,<br>
Luigi<br>
<br>
<blockquote
 cite="mid:18652.15644.200661.903722@cerise.gclements.plus.com"
 type="cite">
  <pre wrap="">
I also count another 67 shell scripts outside of the scripts
directory. Some of those are actually Tcl/Tk scripts, some are only
used during compilation, some are test scripts, etc, but some of them
will need to be converted in order to be able to run WinGRASS without
MSys. AFAICT, there are around 25-30 such scripts.

Compilation will continue to require a Bourne shell, as that's what
make uses.

  </pre>
</blockquote>
<br>
</body>
</html>