Closed boconik closed 1 year ago
Hmm can you check that file and see if PIL_Image is defined at the top of the file? Try the latest code. Also try make first_time_setup
too
The error with PIL was caused by two versions of python installed on PC and different versions of PIL/Pillow were not compatible with respective Python versions. Problem solved by removing all folders associated with Python after uninstallation of Python. Then I downloaded Python 3.8.1 and installed Pillow with command from makefile
Great glad you figured it out!
This appears when I use python step1_layers_to_spritesheet/build.py command. What should I do?