SymbianError: [Errno -46] while accessing inbox.

9 views
Skip to first unread message

jbps...@gmail.com

unread,
Nov 23, 2008, 8:53:04 AM11/23/08
to Ped - Mobile Python IDE for S60 platform.
I am using PED on my nokia 5320 for learning pyS60. Great work!
I am facing a little issue. I cant run a script that has the object
inbox.Inbox().
Here is the script
import inbox, appuifw
box=inbox.Inbox()
for sms_id in box.sms_messages()[:5]:
msg=box.content(sms_id)
appuifw.note(msg)
I get the error,
SymbianError: [Errno -46] KErrPermissionDenied
>>>
No issues running the script on Python shell script.




Reply all
Reply to author
Forward
0 new messages