Go to advanced search

by piemaker100
Sun Dec 30, 2018 10:46 pm
Forum: Python
Topic: Help with shut.copy()
Replies: 5
Views: 415

Re: Help with shut.copy()

ghp many thanks it was not initially clear to me that this function was a high level function which could not be run from the terminal i somehow assumed that file management would be like a mkdir command and be executable from the terminal i now have it in a python file and it is working just fine t...
by piemaker100
Sun Dec 30, 2018 6:56 pm
Forum: Python
Topic: Help with shut.copy()
Replies: 5
Views: 415

Re: Help with shut.copy()

hi both there seem to be 2 forms of shut.copy() one with 2 more arguments - i tried both shutil.copy(src, dst, *, follow_symlinks=True) i also tried using ' and " as the delimiters but got the same errors - anything obvious? do i need a file type for my source file eg .txt - just cannot see one in t...
by piemaker100
Sun Dec 30, 2018 2:54 pm
Forum: Python
Topic: Help with shut.copy()
Replies: 5
Views: 415

Help with shut.copy()

Hi I am trying to copy a system file created when using 1 wire temperature sensors so that i can match it against a v-lookup function in a CSV file to print out the room name and not the 28-**** identifier code with the temperature reading I want to copy the /sys/bus/w1/devices/w1_bus_master1/w1_mas...

Go to advanced search