Hi all,
I've developed an application that's making use of N95 built-in GPS receiver. Everything works like a charm when run in a standard Python shell. But when packaged into SIS file the app quits. I've identified that the line which is causing the problem is
I've signed my SIS at Symbian Signed with all possible capabilites but it didn't help at all. The line above is still causing problems.Code:positioning.select_module(positioning.default_module())
What should I do to fix my application?
Cheers

Reply With Quote
. Thanks to it my app works now!

