I am trying to associate icons with the listbox entries. I use the following code to create icons:
import appuifw
.
.
my_icon = appuifw.Icon('e:\\system\\data\\icons.mbm", 0, 3) <-- Scripts fails here
.
.
The script fails at the above line with the following error:
-------------------------------------------------------
SymbianError: [Errno -1001] Error -1001
-------------------------------------------------------
Can anyone share whether appuifw.Icon is supported in the Python on 3650 (S60 1.2)? If it is supported, is there any sample code anyone can share?