Hi Juergen,
Thanks for sharing these useful apps !
I tested both minutes ago. For first one (ensymble_gui_2script) I had the same error described in this thread. But it is not related to your code, in fact.
Additionally, I used merge_runtime to merge my app and the runtime PythonForS60_1_4_5_3rdEd.sis. The sis is created but when I tried to install it I received a message saying that the application was not compatible with phone (E71). I have already installed both sis files separately, without problems.
Any additional recommendation ?
My setup:
Code:
##REQUIRED settings
application="Wordmobi" #e.g. "myApplication"
VersionA="0" #e.g. "24"
VersionB="8" #e.g. "12"
VersionC="0" #e.g. "09"
#following is UID of the application (as used during sis generation)
UID="0xefefefef" #like "0xE7765432"
#following is a NEW UID for the merged sis file; use UID +1 , for example
UID2="0xefefeff0"
#following is the runtime that shall be merged
runtimefile="PythonForS60_1_4_5_3rdEd.sis"
#folliwing is the UID of the runtime file; note that this is the UID of the outer merged file of the runtime, if it is a merged file !
RUID="0x2000B1A0"
#following is a vendor name
vendorname="Wordmobi" #e.g. "myCompany.com"
Thanks a lot !
Marcelo Barros