Ticket #1310 (closed defect: fixed)
Browse button in WxPython GUIs (for scripts) does not provide a correct file path for WinGRASS
| Reported by: | katrineggert1980 | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | critical | Milestone: | 6.4.2 |
| Component: | Shell Scripts | Version: | 6.4.1 RCs |
| Keywords: | winGRASS | Cc: | |
| Platform: | MSWindows XP | CPU: | Unspecified |
Description
Greetings
I'm running GRASS script function (e.g. r.out.xyz) and If I use Browse button to search/define for output file it produces a path in Windows style (e.g. C:\data\GRASS\) that is wrong since GRASS's pythons do not use '\'. So user need to change '\' by hand to '/'. THis happens to all GRASS Scripts that uses Browse and file paths. This does not happen in text mode if we use " " around the file path.
