| Reply | « Previous Thread | Next Thread » |
|
I wrote a pys60 app that works on N95 and various other phones but when I start it on the 6220 classic it crashes.
I traced the crash to the loading of an external library (.pyd): File "c:\resource\myutil.py", line 5, in ? _myutil= imp.load_dynamic('_myutil', 'c:\\sys\\bin\\_myutil.pyd') SymbianError: [Errno -1] KErrNotFound I am using pys60 1.4.5, but I also tried using 1.4.4 with the same effects. Any ideas why it doesn't work on the 6220 classic? thx Stefan Want to find out what is in your sis? Go to www.whatisinmysis.com! I've used it to debug the content, capabilities and signing of a sis :) |
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
i guess this is indeed strange, once i also faced this sort of situation and what i have done is uninstalled the runtime and shell and installed it again, that clicked for me. Can't spot out the exact problem if you are using the same PyS60 realease. Good Luck!! Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
hi again
i forget one thing 6220 classic is a 3rd FP2 device and AFAIK 1.4.5 dont have esact binaries for that. May that be the reason. Have you tested the script in anyother 3rd FP2 device?? Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Thx for the response gaba88.
Unfortunately I don't have a different 3rd fp2 device at hand. So it might only work with python 1.9 on 3rd fp2 device? I just tried to install version 1.9.3 but after that my app won't even start. I guess I also have to update my app sis (build with ensymble) to use the new package mechanism, right? Want to find out what is in your sis? Go to www.whatisinmysis.com! I've used it to debug the content, capabilities and signing of a sis :) |
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
Feel free to post any trouble you are facing with the application packager. Regards Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Ok, I downloaded pys60 1.9.6 installed the sdk and the runtime on the phone. Jumped over some obstacles when building with the new ensymble and now I got to following problem. Everytime I want to load my pyd module I get the following error:
ImportError: dlopen: Load failed on this line: Code:
_bdriverutil = imp.load_dynamic('_bdriverutil','c:\\sys\\bin\\kf_bdriverutil.pyd')
Btw, Thanks gaba88, for all the help so far. Want to find out what is in your sis? Go to www.whatisinmysis.com! I've used it to debug the content, capabilities and signing of a sis :) |
|
Hi silver33,
Did you manage to solve your problem? I think I have a similar one in a library built for 1.4.x which I cannot install in my 3rd FP2 mobile... Many thanks in advance |
|
I actually did today
![]() The problem was the library itself. I used the bluetooth api which changed for 3rd fp2 devices and the old version isn't available on newer devices. I hope that helps. Sliver Want to find out what is in your sis? Go to www.whatisinmysis.com! I've used it to debug the content, capabilities and signing of a sis :) |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Problem Signing Misoalarm Module | rishabhgupta | Python | 8 | 2008-06-03 17:29 |
| racing condition problem with positioning module | oyuky | Python | 4 | 2008-05-22 09:50 |
| The problem about the audio module of the game engine | vincent.lee | Symbian Media (Graphics & Sounds) | 2 | 2008-03-15 08:22 |
| N-90 Mechanical Problem Turning camera Module | ALTheo | General Discussion | 1 | 2006-04-06 19:41 |
| Problem in loading image into WAP emulator through jsp | gchuaay | Browsing and Mark-ups | 0 | 2002-05-15 13:21 |