renpy/renpyweb

Missing module future in hostpython

Closed this issue · 1 comments

This breaks renpy build as renpy setup.py requires the future module. A possible workaround for now is to manually download and install the future package from PyPI (pip and installing pip will not work since there's no ssl support for that Python build).

Likely linked to #10 which is also caused by building on top of nightly/master renpy.