Update: Import is not working after all. It just only gives the error the first time I import the library, after that it looks likes it works but I guess does not as I don't see the methods.
Code:
>>> import uikludges
Traceback (most recent call last):
File "<console>", line 1, in ?
File "c:\resource\site.py", line 97, in platsec_import
return _original_import(name, globals, locals, fromlist)
File "c:\resource\uikludges.py", line 5, in ?
_uikludges=imp.load_dynamic('_uikludges', 'c:\\sys\\bin\\_uikludges.pyd')
SymbianError: [Errno -46] KErrPermissionDenied
>>> import uikludges
>>> # no error this time