Luis Lisboa wrote: > I'm running a Python script in WinGRASS6.4 but when I insert as the input > C:\Data\L5216065_06520070405_B70.TIF > > inside Python Script, the input is: > C:DataL5216065_06520070405_B10.TIF > > I realized that, if I, by-hand, i change the \ by / it runs ok. > > is it possible to have an automatic process to change this instead of having > the users doing this by-hand?
How are you running the script? If you run it via bash, any backslashes will be interpreted before the script is executed. There isn't anything the script can do about this. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
