flet-dev / serious-python

Python runtime for Flutter apps
Apache License 2.0
212 stars 22 forks source link

Shared Libraries and cryptography modules not imported. #46

Open thiwtzsch opened 11 months ago

thiwtzsch commented 11 months ago

My apk is packaging well. Unfortunately, I can't load the .so file i need and the cryptography module. My .so file is missing from the app.zip and my cryptography module is there but is not loading. Can you please help. For the .so file, the app is freezing. For the cryptography an exception is raised.