Search found 2 matches

by Mar2ck
Sat Apr 01, 2023 5:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Module load error because LZMA is missing
Replies: 3
Views: 539

Re: Module load error because LZMA is missing

Just tried it with nightly and unfortunately it gives the exact same error about lzma being missing :(
by Mar2ck
Sat Apr 01, 2023 3:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Module load error because LZMA is missing
Replies: 3
Views: 539

Module load error because LZMA is missing

I want to use a third-party python module but it fails to load in RenPy because lzma is missing which is a module that's supposed to be built-in to python. Is there a way I could add this module in myself? I tried copying lzma.py and lzma.pyc from my system's python 3.9 install to "renpy-8.0.3-...