| Reply | « Previous Thread | Next Thread » |
|
Hi guys,
For a while I've been trying to understand how to package python files for the mobile devide, so I apologise if my understanding is poor. I upgraded to PyS60 1.9.5 last week from 1.4.5 .. and of course, I cant import any of the installed extensions. So unistalled them all. So I was trying to create a sis to install the pyd's for 1.9.5 ... is this possible? I tried with cenrep: - Created the folder structure below using the files extracted from cenrep.sis(for 1.4.5) : Code:
cenrep
|
-- sys
| |
| -- bin
| |
| - kf__cenrep.pyd
|
-- resource
|
-- python25
|
- ECenrep.py
- i signed the sis with my own cert.. transferred to phone, but refuses to install "Required application access not granted" I've set my installer to install 'All' apps, and i've signed python with my own cert too allowing all caps. any help with this would be much appreciated ![]() |
|
ok, finally got it to install... but i am still unable to import cenrep with 1.9.5. i receive the 'no module named cenrep' error.
whats the correct way to package .pyd files to allow them to be imported on the mobile device? |
|
How exactly have you solved the installation problem?
-- Lucian Today's useful link: On device debugging - screencasts Yesterday's useful link: How do I start programming for Symbian OS? Latest blog post: Build without an SDK, test without a device
|
|
silly mistake...was using the passkey for my other fone..oops!
but this doesnt solve the inability to import the module.. |
|
1.4.5 modules must be recompiled to work on 1.9.x. Renaming them to kf_... will not make them work.
|
|
o rite! now i understand.. thats a shame.. i'll have to wait for all the useful modules to be recompiled then
![]() |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Place the applcation on the phone desktop after installing | sweetsweet24 | Mobile Java General | 6 | 2008-12-03 14:03 |
| installing myapp.sis to phone | monxxx | PC Suite API and PC Connectivity SDK | 1 | 2008-10-28 06:59 |
| Problem Installing Created Standalone application on Edition 3 mobile phone | rishabhgupta | Python | 4 | 2008-06-12 12:01 |
| Nokia Image Converter | davidpurdie | General Discussion | 0 | 2004-02-18 16:31 |
| Error when installing SIS on phone | chris69 | General Symbian C++ | 2 | 2004-02-05 09:42 |