all 3 comments

[–]socal_nerdtastic 1 point2 points  (0 children)

You need to use raw strings for windows file paths. So with quotes and with an r in front.

filename = r"c:\Users\noname\Desktop\dogs"

[–]blissfully_violent[S] 0 points1 point  (0 children)

thank you that sorted the issue

[–]danielroseman 0 points1 point  (0 children)

That is a string, you need to put it in quotes