Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileCreateError #1

Open
2233431914 opened this issue Feb 8, 2020 · 0 comments
Open

FileCreateError #1

2233431914 opened this issue Feb 8, 2020 · 0 comments

Comments

@2233431914
Copy link

2233431914 commented Feb 8, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant