Opened 5 years ago
#3911 new defect
d.vect and d.erase warnings/errors
Reported by: | rshepard | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.0.0 |
Component: | Python | Version: | svn-trunk |
Keywords: | d.vect, d.erase | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
I entered this sequence of commands: GRASS 7.9.dev (mohler):/data/grassdata > g.region vect=nehalem_watershed GRASS 7.9.dev (mohler):/data/grassdata > d.erase <data > d.vect map=nehalem_watershed fcolor=none d.vect complete. <data > d.vect map=nehalem_wetlands color=blue d.vect complete. <ta/grassdata > d.vect map=nehalem_roads color=black width=1.5 d.vect complete. <ta/grassdata > d.vect map=fall_chinook color=red d.vect complete.
and grass displayed the attached wxPython error report (file: d.vect-error.txt)
When I entered d.erase grass displayed the following warnings: GRASS 7.9.dev (mohler):/data/grassdata > d.erase GRASS 7.9.dev (mohler):/data/grassdata > GRASS_INFO_WARNING(7072,1): Unable to read cmdfile '/data/grassdata/mohler/hydrography/.tmp/baetis/MONITORS/wx0/cmd'. Details: [Errno 2] No such file or directory: '/tmp/grass7-rshepard-5701/tmpl0lz940f.legrow' GRASS_INFO_END(7072,1)
Need more testing/info? Ask.
Rich
The inability of grass to find an existing tmp file when d.vect command issued.