I've created the sis for my application, but when I try to install on my phone I get "Impossible to install".
This is what I did with ensymble:
Code:
py2sis myapp.py
simplesis mylib_folder
folder that has this structure
Code:
mylibrary
|_ resource
| |_ mylibrary.py
|_sys
|_bin
|_ myOtherLib.pyd
mergesis myapp.sis PythonForS60.sis mylib.sis
Using sisinfo I get that akntextutils is well packaged
Code:
!:\resource\akntextutils.py
!:\sys\bin\_akntextutils.pyd
Then I signed the resulting file, but installation always fails.
If remove library from code and package, everything works well.
I think is an access problem, but I don't know how to solve it.
Any suggestion?