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
{{ message }}
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
why is the map saved in the location C:\\Users\\admin\\AppData\\Local\\Temp\\tmp20ubm6zg which gives a PermissionError: [Errno 13] Permission denied: it can either save it in a chosen location or in the same directory.
Entire error message : Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\admin\AppData\Local\Programs\Python\Python37\Lib\tkinter\__init__.py", line 1705, in __call__ return self.func(*args) File "E:\git\wisp\venv\lib\site-packages\wisp-0.0.8b0-py3.7.egg\wisp.py", line 753, in show_map MAP_FINAL.save(tmp.name) File "E:\git\wisp\venv\lib\site-packages\branca\element.py", line 164, in save fid = open(outfile, 'wb') PermissionError: [Errno 13] Permission denied: 'C:\\Users\\admin\\AppData\\Local\\Temp\\tmpod9udnn7'
What is the policy for contributing?
The text was updated successfully, but these errors were encountered:
why is the map saved in the location
C:\\Users\\admin\\AppData\\Local\\Temp\\tmp20ubm6zg
which gives aPermissionError: [Errno 13] Permission denied:
it can either save it in a chosen location or in the same directory.Entire error message :
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\admin\AppData\Local\Programs\Python\Python37\Lib\tkinter\__init__.py", line 1705, in __call__ return self.func(*args) File "E:\git\wisp\venv\lib\site-packages\wisp-0.0.8b0-py3.7.egg\wisp.py", line 753, in show_map MAP_FINAL.save(tmp.name) File "E:\git\wisp\venv\lib\site-packages\branca\element.py", line 164, in save fid = open(outfile, 'wb') PermissionError: [Errno 13] Permission denied: 'C:\\Users\\admin\\AppData\\Local\\Temp\\tmpod9udnn7'
What is the policy for contributing?
The text was updated successfully, but these errors were encountered: