Re: Issue with addon r.vif in MS Windows GUI installations (stand-alone v. 7.2.2 and 7.0.5)

Helmut Kudrnovsky <[email protected]>
Newsgroups gmane.comp.gis.grass.user
Message-ID <[email protected]>
>Any idea how I can do that in such a way that it works on both Linux and
Windows?

or maybe something like:

>>> import os
>>> import tempfile
>>> fd, tmpcov = tempfile.mkstemp()
>>> with open(tmpcov, "w") as text_file:
...         text_file.write("jshdfhg")
>>> text_file.close()
>>> os.close(fd)
>>> os.remove(tmpcov)



-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.