You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
Thank you for the devellopment of this tool, i come here cause i have some troubles with the template that i ve been unable to solve for 3 days !
i installed the python3.5 ios template did evrything that was required and it seems to work with simple script !
I needed to install Pynacl for my more complex script so i did it with pip install in the app_package folder ! but here the problem : when i run the application i got an import error : from nacl._sodium.cpython_35m_darwin.so import ffi, lib ImportError: No module named 'nacl._sodium'
When i run the script from the terminal -Not from the app- it works !
Also I've looked if the file " nacl._sodium " was here or not and i found in the nacl folder this file : " _sodium.cpython_35m_darwin.so ".
Here i don't know what to think. I beleive it is the file that need to be imported and the "cpython_35m_darwin.so " is just a tag that is not important because this import works outside of the template !
But i don't have any idea why i am stuck with this problem inside of the iOS-template any help would be very appreciated :)