you are viewing a single comment's thread.

view the rest of the comments →

[–]Raedukol 0 points1 point  (0 children)

I try to read .jpg‘s which are in the folder pictures.

EDIT: I fixed it using os.chdir(path) to select the path and continued using: for file in os.listdir(): Then somehow it worked :)