Hi there!
I have problem running my compiled program.
Code:import appuifw import messaging data = appuifw.query(u"Type your name:", "text") nbr1 = "09208738005" # change the mobile number here txt = u"Greetings from:" +data if appuifw.query(u"Send message to your friends","query") == True: messaging.sms_send(nbr1, txt) appuifw.note(u"Messages sent", "info") else: appuifw.note(u"Well, your Messages are not sent then", "info")
It has NO problem when run on python interactive environment. but after i compile (using ensymble) and signed (open sign), it hang on "messageing.sms_send" area.
What could be the problem?
My setup:
1. N95 8Gig (with python 1.4.2/ pythonshell 1.4.2)
2. Intel Core 2 installed python 2.5 with Symbian SDK 8.0 and 9.2 (on separate folder of c:\symbian)
NOTE:
im using ensyble to compile, below is the command:
Please help!Code:python ensymble_python2.5-0.24.py py2sis --uid=0x0CFFFFFF --appname="XpertLoad" --shortcaption="XpertLoad" --caption="XpertLoad" --version=1.2.3 --verbose XpertLoad_unsign

Reply With Quote


