Ok, I'll post my findings here since there are allready several
questions about this topic on the net allready :

The solution was to do an explicit import in my module, like so :

from encodings import ascii
from encodings import idna

This solved the problem, at least in my case.

Regards,
Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to