Help,
I have two SMS messages stuck in Outbox. Sending fails, there is no way to cancel or remove the messages (Nokia E61i) and constant resend attempts are KILLING THE BATTERY !!!
Naturally I launched Ped and wrote the following little script. It fails with
error for line "box=inbox.EOutbox()".
PyS60 1.4.2 manual does not say that I need any capabilities to use inbox. Since required capabilities are mentioned with "keycapture", "location" and "positioning" modules, there must be something wrong with the code.Code:import inbox box = inbox.Inbox(inbox.EOutbox) m = box.sms_messages() for id in m: print box.content(m[id]) #box.delete(m[id])
Any ideas what the problem might be?SymbianError: [Errno -46] KErrPermissionDenied
--jouni and a desperate battery

Reply With Quote





