| Reply | « Previous Thread | Next Thread » |
|
Hi,
I apologise if I've missed something simple, but I've searched for an answer and can't find it, so hopefully you can help. I am writing a small app to simply read aloud text messages. I'm using the S60 3rd Ed SDK and am using a N95 8GB to test. import inbox I have converted the python script to SIS file using ensymble. This gets the warnings for default ID, version and certificate. I am not currently using any certificates, this seems too expensive for what should be something so simple. If this was a problem I'd expect a more sensible error. The SIS file installs fine on the phone, but when it runs it only reaches statement 1 and then crashes out. I've tried many example scripts that look at Inbox all do the same thing, more or less. Please help. Thanks in advance. |
| garygreenhill |
| View Public Profile |
| Find all posts by garygreenhill |
|
Which PyS60 version you are using: 1.4.x or 1.9.x?
Cheers, --jouni |
|
Join Date: Oct 2007
Posts: 2,845
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
You most likely need the ReadUserData or ReadDeviceData capability (I used all capabilities and it worked).
When making the SIS with Ensymble, specify the capabilities you need Code:
ensymble.py py2sis --caps=ReadUserData+ReadDeviceData+... myscript.py |
|
Quote:
![]() |
| garygreenhill |
| View Public Profile |
| Find all posts by garygreenhill |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Python for S60 1.9.4 is now released | tvijayan | Python | 9 | 2009-05-27 11:39 |
| New to Python for S60 (PyS60)? Read this first! | croozeus | Python | 2 | 2008-10-17 20:23 |
| [announce] Mobile Python book soon in Sept 2007 ! | cyke64 | Python | 11 | 2007-10-03 20:46 |
| Python for sony ericsson | nibss | Python | 1 | 2006-07-28 00:19 |
| 7650 Exit() vs User::Exit(0) | mikebrin | Symbian Networking & Messaging | 2 | 2003-05-26 16:35 |