guy> query = eq('émission') --> problem is the "é"
Try using Unicode strings:
query = eq(u'émission')
--
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)
It's only a 25% solution to our problems. Of course, we only want to solve
25% of our problems, so it becomes a 100% solution.