Transferring File from SD Card to Local Directory #58
Unanswered
ecburns33
asked this question in
Q&A - Software
Replies: 1 comment 2 replies
-
|
Are you running |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to transfer data written into a text file on an SD card to a local directory where I can access it more easily. What's the easiest way to do this? I've tried the shutil library, but when I try to use it, it keeps returning attribute errors that functions within the module are undefined. This also leads me to a more general question: why does this keep occurring on the board? I get attribute errors all the time stating functions are not defined within the module, but 1) I know the module is properly written (such as the well-vetted shutil) and 2) when I open the file to check, I can see the function is defined. Any advice on either of these fronts? Thanks for all the help.
Beta Was this translation helpful? Give feedback.
All reactions