<div dir="ltr">Vaclav,<div><br></div><div>Fantastic; that did the trick! I figured the issue had to be something like that, but I just had not been able to find it and, until now, this had not been an issue.</div><div><br></div><div>Thank you very much…<br></div><div><br></div><div>Best regards,</div><div>Tom</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 27, 2015 at 1:30 PM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@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"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Tue, Jan 27, 2015 at 3:04 PM, Thomas Adams <span dir="ltr"><<a href="mailto:tea3rd@gmail.com" target="_blank">tea3rd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Vaclav,<div><br></div><div>That was not a screen shot, just fg & bg colors of the text (I copied & pasted from my Mac term window — sorry for the embellishments).</div></div></blockquote></span><div><br>I see it now. I was confused because it looks really bad at my end.<br> </div><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>The errors I have been getting is this:</div><div><span><br style="font-size:13px"></span></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><span><span style="font-size:13px">Traceback (most recent call last):</span><br style="font-size:13px"><span style="font-size:13px">  File "/usr/local/grass-7.0.0beta3/</span><span style="font-size:13px">scripts/r.mask", line 71, in <module></span><br style="font-size:13px"></span><span><span style="font-size:13px">    import grass.script as grass</span><br style="font-size:13px"><span style="font-size:13px">ImportError: No module named grass.script</span><br></span></div><div><br></div></div></blockquote><div><br></div></span><div><span><span style="font-size:13px">"ImportError: No module named grass.script"</span></span> means that Python does not see package (grass.script or also grass). You miss the PYTHONPATH variable which says where Python packages are:<br></div><div><br>export PYTHONPATH="$GISBASE/etc/python:$PYTHONPATH"<br><br></div><div>See the following in case you are missing some other variable which would be important for you (probably none now):<br><br><a href="http://grasswiki.osgeo.org/wiki/Working_with_GRASS_without_starting_it_explicitly#Bash_examples_.28GNU.2FLinux.29" target="_blank">http://grasswiki.osgeo.org/wiki/Working_with_GRASS_without_starting_it_explicitly#Bash_examples_.28GNU.2FLinux.29</a><br><br></div><div>If you would have a lot of problems with setting the environment, use GRASS_BATCH_JOB variable with the grass command (see grass70 --help).<br></div><div><br></div><div>I hope this helps,<br></div><div>Vaclav<br></div><span class=""><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div>same result for RC1. My script is attached…</div><div><br></div><div>Tom</div><div><br></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Tue, Jan 27, 2015 at 12:57 PM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 27, 2015 at 12:00 PM, Thomas Adams <span dir="ltr"><<a href="mailto:tea3rd@gmail.com" target="_blank">tea3rd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Running as (1) is where I get the r.mask errors I have been seeing; I get the errors both when I simply remove any existing MASKs (r.mask -r) or where I attempt to set the MASK.</blockquote></div><br></div></span><div class="gmail_extra">Can you please post again what are the errors. It is not clear from the previous posts. Also, if you are posting script it is best to post a file, not a screenshot, or just copy and paste the script to the email if it is short enough.<br><br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">Vaclav<br></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><br></div></blockquote></span></div></div></div></blockquote></div><div class="gmail_signature"><div><br></div></div>
</div></div>