renpy-requests
renpy-requests copied to clipboard
I can't get this to work on Android.
Currently on RenPy 7.1.1, and I used default settings for Android APK export. However, I can't get this to work.
Here's the error
[code] I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 16, in
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 15, in script
File "/data/user/0/com.example.game.appname/files/renpy/ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/data/user/0/com.example.game.appname/files/renpy/python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 16, in
[/code]
line 16 of script.rpy is: init python: import requests import tlslite