Jean Plumail
Jean Plumail
After a git bisect testing against OP code, I found that [this commit](https://github.com/indygreg/python-build-standalone/commit/924693c91331426d9909649e6bb5cdcae8446784) is the first bad commit. I have no idea about how to fix this though !
This is the workaround in the link: > ```python > import os > import sys > > os.environ["TCL_LIBRARY"] = os.path.join(os.path.dirname(sys.executable), "..", "lib", "tcl8.6") > > import turtle > ``` It...
After searching a bit, I found this https://github.com/indygreg/python-build-standalone/issues/146 No update since November 2022...