Hello Cyke,
is the 3rd selfsigned version supposed to work with a selfsigned shell and interpreter? When I issue "import appswitch" in the selfsigned script shell 1.3.15 on my Nokia E60 (SW 2), I get the following error (other extensions like misty work fine
):
Code:
>>> import appswitch
Traceback (most recent call last):
File "<console>", line 1, in ?
File "c:\resource\site.py", line 94, in platsec_import
return _original_import(name, globals, locals, fromlist)
File "c:\resource\appswitch.py", line 5, in ?
_appswitch = imp.load_dynamic('_appswitch', 'c:\\sys\\bin\\_appswitch.pyd')
SystemError: _PyImport_FixupExtension: module _appswitch not loaded
Regards, - Goetz