You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your wonderful code on Windows but getting a System Error:
g.list.exe - System Error
The code execution cannot proceed because libgrass_vector.7.4.0.dll was not found.
Reinstalling the program may fix this problem.
This is caused from the following script. Everything works until the last g.list line:
Hi @mankoff,
sorry for the silence... it has been a busy period... :-P
Unfortunatelly, I have not chance to test the code on a windows machine, but from the error that you provide, it seems like windows don't know in which directory can find the grass ddls. Probably the error is due to a wrong environmental variable setting up the path.
If you open in a grass shell a python interpreter and execute the following lines:
Using a difftool (e.g. meld) or just comparing the outputs you should be able to identify which environmental variable is not set correctly or which relevant environmental variable is missing.
If you can provide to me the information of what is not correct I would glad to fix this issue.
I'm trying to use your wonderful code on Windows but getting a
System Error
:This is caused from the following script. Everything works until the last
g.list
line:I'm running this from within IPython inside Spyder. The same (rough) code works when I do it on OS X.
The text was updated successfully, but these errors were encountered: