Hi wizard_hu,
It's a python module, and python return this error:
Code:
File "c:\resource\DMdecoder.py", line 5, in ?
_dmdecoder=imp.load_dynamic('_dmdecoder', 'c:\\sys\\bin\\_dmdecoder.pyd')
SymbianError: [Errno -5] KErrNotSupported
If I don't change de UID of the DLL and I sign it with a devcert, it works right. The problem become when I change the UID of the DLL and try to sign it (with devcert or express signed). I guess I need the DLL compiled with my own UID, but since it's a commercial DLL, I don't have the sources.
Best regards.

Originally Posted by
wizard_hu_