When I try to upload an image to another folder, I get ...
pygame.error: Failed to open sprites /testtile.png
I can download .png files just fine if they are in one directory, but as soon as they are in another folder, I get this error.
I know that python has access to this other folder, because I have no errors when importing .py files from folded ones.
When I try to load pygame.image.get_extended, it returns 0, but loading .png files from the same directory does not give me any problems, so I don't think this causes this problem.
By the way, I am launching PyCharm, and such things always seem to me to be a nuisance with this IDE. I donβt even think this is a pygame issue. I donβt know what to do at this moment.
FOLDER STRUCTURE:
Scripts / GraphicsDriver.py
sprites / testtile.png
driver tries to access testile.png file
source share