jbps...@gmail.com
unread,Nov 23, 2008, 8:53:04 AM11/23/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.