Logged In: YES
user_id=557137

Hi

i had the same problem.
It's because wxwindows (wxgtk,..) is compiled with unicode
support and pyge doesn't check if it gets unicode strings
instead of normal strings mostly.
I'm currently working on a unicode patch (pygets works fine
with just 1 line added and 1 line changed).

or maybe the devs are already working on it.