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

2005-06-09 Thread Thomas W
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

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

2005-06-09 Thread Ivan Shevanski
From: "Thomas W" <[EMAIL PROTECTED]> To: python-list@python.org Subject: cx_freeze error : LookupError: no codec search functions registered:can't find encoding Date: 9 Jun 2005 10:11:19 -0700 I get this error when I try to run a freezed exe on my ubuntu 5.04 running Python 2.4 : LookupErro