Why this code http://wiki.forum.nokia.com/index.ph...er_application
doesn't work with my N95?
Why this code http://wiki.forum.nokia.com/index.ph...er_application
doesn't work with my N95?
Last edited by gaba88; 2008-04-16 at 19:17. Reason: typo
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
Code:
import e32
e32.start_exe('camcorder.exe','')
Error:
SymbianError: [Errno -1]
KErrNotFound
Hi DrivingMobileInnovation
the code seems pretty correct. Try to open any other application using the same code. or have a look at this.
thanks
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
Try this code:
I've corrected the wiki article.Code:from e32 import * start_exe('z:\\system\\apps\\cammojave.exe','',1)