Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Import error with the template  #20

Description

@Cerise1

Hi,

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 :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions