cx_freeze error : LookupError: no codec search functions registered:can't find encoding

Thomas W thomas.weholt at gmail.com
Thu Jun 9 18:02:59 EDT 2005


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




More information about the Python-list mailing list