This is my code.I want to show the image 5 seconds and show the text "Hello world" . It works correctly as a script in Python application. However, when it is changed to a stand-alone application. It stop at "e32.ao_sleep(5)". As a result , i can't show the text(hello world)..........I used 2 days to check what is the problem...but I can't find the answer..... In the Python application, there is no error.........anybody can help me?
----------------------------------------------------------------------------------
from appuifw import *
from key_codes import *
from graphics import Image
import e32