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

Reply With Quote




