Tried with lastest version of Python 1.4.0 and 1.4.1 for S60v3
Both python and keypress (devcert signed) installed on phone memory
The following commands crash python both in script mode and interactive console...
> from key_codes import *
> import keypress
> keypress.simulate_key(EKey1,EKey1)
Really the crash happen when called "keypress.simulate...."
Working fine with Python v1.3.x versions...
Having a look at keypress source code looks like not deal with recent UID change of python... so using lastest binary keypress...
So, please anyone or CYKEcould give me a hand debugging and finding what happen here...
Thanks in advance.

could give me a hand debugging and finding what happen here...
Reply With Quote

