I am trying to get the lastpass-python module working on Pythonista but it keeps on crashing Pythonista. I traced the issue down to when it tries to create a binary digest on line 124 in fetcher.py, it seems to start executing that line and then crashes. I'm guessing Pythonista has an issue storing binary data, is that a possibility?
(Obviously I downloaded all the requirements - simple-pbkdf2 and mock.)
Edit: here's example code to execute in the console which will crash the app.