| Reply | « Previous Thread | Next Thread » |
|
Hello. I´m trying to make my first approach to make my own .SIS app, but I´m unable to succeed.
I´m able to install correctly ensymble and get the SIS file. For the moment the .py code is very simple. Only using a listbox using native modules appuifw, e32 and inbox. Well, I have two problems: When trying install on my nokia e65 with pys60 1.4.3, I get a certificate error. When trying to install on the emulator with pys60 1.4.4, I get a message: "Component 'Python for S60' missing. Continue anyway?" and then an error "required application access not granted". In both situations installation doesn´t success. I have read many things about signing apps, etc but i get nothing clear. - Ensymble version i´m using is 0.27 for python 2.5. In my XP i have installed Python 2.5.2. For getting the SIS file i use the command with no parameters: "ensymble.py py2sis myprog.py" I tried to include my own certificate made with openssl but I couldn´t. its my first time working with openssl and certificates. Any help will be grateful. Thank you |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Hi,
I tried replicating your problem on my N95 and the way I see it you got the "Certificate error" because the phone was set to install only Symbian signed apps. To fix this: Settings->Applications->App. manager->Software installation set to "All" instead of "Signed only" |
|
Thanks, now i could install it on the device without problem.
An explanation for the "Component 'Python for S60' missing. Continue anyway?" and then an error "required application access not granted". is still very welcome. I solved the KErrPermissionDenied with the exception harness, signing my SIS files o symbian open signed page, giving capabilities. What I have now is problem/doubts using ensymble with more than a single script. Now I have all my scripts, config files, and databases in Python folder, and my code references to it with "e:\\Python\\myDatabase.bd" etc. Obviously it crashes when tries to access to the resources. So my doubt is: When you get a SIS with ensymble from a folder with some resources into it, what path do you have to use to access to them? Thanks again |
|
"required application access not granted" : was due to the permissions denied. Now you have changed the settings to "All" rather than "symbian signed" so you can installed self signed as well as files signed by your own dev cert too!
And yes, you need to get all the resource files into a single folder before making the sis. Br, Croozeus |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| [announce] Ensymble v0.26 | jethro.fn | Python | 7 | 2008-03-15 17:35 |
| Carbide.c++ 1.2为何不能update? 谁能给我一份能够安装在UIQ3.1手机上的TRK.sisx | linlone | Symbian | 3 | 2008-01-10 07:31 |
| [announce] Ensymble v0.25 | jethro.fn | Python | 12 | 2008-01-05 20:34 |
| Ensymble vs PyS60 v1.4 | jking_ok | Python | 5 | 2007-07-16 08:17 |
| Compilation error if i use CQikAppUi instead of CAknAppUi | sambasivarao.p | General Symbian C++ | 3 | 2005-10-12 06:26 |