fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'texture.png' #99

Open r58Playz opened 5 years ago

progval commented 5 years ago

You need to run the script from the source directory.

Young-Lord commented 3 years ago

Open file main.py search TEXTURE_PATH = 'texture.png' replace it to TEXTURE_PATH = r'C:\Users\abc123\Desktop\Minecraft\texture.png' C:\Users\abc123\Desktop\Minecraft is the folder which you save Minecraft

kaepsis commented 11 months ago

how to reproduce your issue?