ppt_presenter
ppt_presenter copied to clipboard
AttributeError: 'module' object has no attribute 'TemporaryDirectory'
I am getting Error as below. AttributeError: 'module' object has no attribute 'TemporaryDirectory'
What's the full traceback?
Traceback (most recent call last):
File "ppt_presenter.py", line 71, in
Looks like you are using python 2. You can try to change TemporaryDirectory
to tempdir
: https://docs.python.org/2/library/tempfile.html
Traceback (most recent call last):
File "ppt_presenter.py", line 71, in