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
Traceback (most recent call last):
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 311, in close
self._store_workbook()
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 627, in _store_workbook
raise e
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 625, in _store_workbook
allowZip64=self.allow_zip64)
File "C:\Users\Ivan\Anaconda3\lib\zipfile.py", line 1207, in init
self.fp = io.open(file, filemode)
PermissionError: [Errno 13] Permission denied: 'C:\Users\Ivan\Desktop\GithubLab\vid2xlsx-master'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "vid2xlsx.py", line 76, in
workbook.close()
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 313, in close
raise FileCreateError(e)
xlsxwriter.exceptions.FileCreateError: [Errno 13] Permission denied
How to deal with this problem?(Windows platform)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 311, in close
self._store_workbook()
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 627, in _store_workbook
raise e
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 625, in _store_workbook
allowZip64=self.allow_zip64)
File "C:\Users\Ivan\Anaconda3\lib\zipfile.py", line 1207, in init
self.fp = io.open(file, filemode)
PermissionError: [Errno 13] Permission denied: 'C:\Users\Ivan\Desktop\GithubLab\vid2xlsx-master'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "vid2xlsx.py", line 76, in
workbook.close()
File "C:\Users\Ivan\Anaconda3\lib\site-packages\xlsxwriter\workbook.py", line 313, in close
raise FileCreateError(e)
xlsxwriter.exceptions.FileCreateError: [Errno 13] Permission denied
How to deal with this problem?(Windows platform)
The text was updated successfully, but these errors were encountered: