| Reply | « Previous Thread | Next Thread » |
|
Hello All,
I am trying to create a Python S60 extension for 3rd edition phones. I have created and signed the SIS file and it is installed without any trouble. But when I try to import the DLL using imp.load_dynamic, I get the following error SymbianError: [Errno -46] KErrPermissionDenied I have used the Py_InitModule function call with correct function name and the import is successful in the SDK. It would seem that the Python shell does not have load/read rights to the separately installed DLL. I also tried to set the UID of the DLL identical to the PyS60 package. This results in "Update Failed" during installation. Must I recompile the entire PyS60 package with my extension? Can separate installation ever work? I am using PyS60 1.3.12 on a S60 3.0 phone. Any pointers are welcome. Thanks in advance. Best Regards, Nikhil |
| nikhil_vaj |
| View Public Profile |
| Find all posts by nikhil_vaj |
|
Hi nikhil_vaj,
You must use unprotected UID for your module (0xA0000000-0xAFFFFFFF) You must also set the capabilities in your .mmp file as: Code:
CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
Thanks LFD!
I guess I am still not too comfortable with platform security ![]() Thanks again! -Nikhil |
| nikhil_vaj |
| View Public Profile |
| Find all posts by nikhil_vaj |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Python for S60 3rd Edition | jplauril | Python | 82 | 2008-06-04 05:47 |
| search dlls files in Series60 3rd edition... | GeKI | General Symbian C++ | 5 | 2006-08-16 09:18 |
| S60 2nd OR 3rd edition for new software development | patil_ruturaj | Symbian Tools & SDKs | 1 | 2006-06-30 10:30 |
| S60 2nd OR 3rd edition for new software development | patil_ruturaj | Mobile Java Tools & SDKs | 3 | 2006-06-30 09:57 |
| Python for Symbian OS 3rd edition | biskero | Python | 3 | 2006-05-11 12:14 |