Bronya-Rand / DDLCModTemplate2.0

A new template for producing DDLC mods that adhere to Team Salvato's guidelines based off DDLC itself.
58 stars 18 forks source link

Linux 'future' error #22

Closed Bronya-Rand closed 2 years ago

Bronya-Rand commented 2 years ago

It seems that building a mod for Ren'Py 7 mods have a issue when you are installing it over DDLC where it will load two lib files for Python (one in a lib/python2.7 folder) and a python2.7 folder in the folder behind it that causes a future import error.

This maybe ties in with a file named _weakrefset.pyo between the 6 version and 7 but I assume within the code the imports are using both the 6 folder and 7 folder to import causing conflicting issues. Standalone and Template made .sh file might be needed for both template releases and past releases of mods to work on it like EMR, etc.

Bronya-Rand commented 2 years ago

A fix has been applied to PR #12 which addresses the issue with the removal of the R6 lib folder in the linux-X folders depending on the OS architecture. Waiting other testing for finalizing.