RuolinZheng08 / renpy-chess

A chess GUI built with Ren'Py, python-chess, and Stockfish. Version 2.0 of https://github.com/RuolinZheng08/renpy-chess-engine
https://r3dhummingbird.itch.io/renpy-chess-game
MIT License
71 stars 13 forks source link

Make the version compatible with Ren'Py 7.4.0 backward compatible with Ren'Py 7.3.5 #14

Closed RuolinZheng08 closed 3 years ago

RuolinZheng08 commented 3 years ago

Closing as backward compatibility is unlikely. Ren'Py 7.3.5 exits with the following error, which is related to Ren'Py's build issues:

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site