Hi. The following patch is not work or I can't do it.
import string
def ascii_lower(s):
s.translate(string.maketrans(string.ascii_uppercase,
string.ascii_lowercase))
and replacing self.__class__.__name__.lower() with
ascii_lower(self.__class__.__name__)
So, I used the following commands;
¡Hola Serkan!
El 2014-09-12 a las 10:56 -0700, Serkan KURT escribió:
> Thanks for your answer,but i already solve the crash problem by using the
> commands above.The main problem is that: even after the crash problem has
> been solved,although the tapping process has been worked on the other
> com
Thanks for your answer,but i already solve the crash problem by using the
commands above.The main problem is that: even after the crash problem has been
solved,although the tapping process has been worked on the other computers,it
doesn't work in my laptop 'Acer5920g'. I can't tap on my touchpad
3 matches
Mail list logo