Testa http://pypi.python.org/pypi/Unidecode/0.04.1
Till exempel:
from unidecode import unidecode
your_string = 'Lala*=#&%@<>_?!:;-\'"/()¥¡¿'
unidecode(your_string)
Observera att jag har undvikit tecknet ' från din sträng för att undvika SyntaxError