I tried to use shutil module and copytree attribute. But it is not working and the commands box is empty. I import copytree and still not working.
Asked
Active
Viewed 60 times
0
-
What have you tried so far? – Rence May 28 '18 at 14:34
-
1What do you mean by "It is not working"? Are you getting an error message? Do you have any code you could share? What are you actually trying to do? If you could clarify what your question is, what you've tried so far, and where you got stuck, that would be really helpful. Thanks, and welcome to Stack Overflow! – Max von Hippel May 28 '18 at 16:26
-
This is what I have got. – rmatinp May 29 '18 at 17:06
-
AttributeError:'module' object has no attribute'copytree' – rmatinp May 29 '18 at 17:10
-
And this is when I put shutil.copytree in my script. – rmatinp May 29 '18 at 17:11
-
I typed import shutil then from shutil import copytree. – rmatinp May 29 '18 at 17:14
-
The pop up window is empty. Nothing is there. Copy or copytree are not there. – rmatinp May 29 '18 at 17:15