On Mar 1, 3:41 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Can somebody point to some clues about options that need to be passed > > to FreezePython API to get the right executable. > > You need to tell it to include the encodings.ascii module. > > Regards, > Martin
Thanks Martin. Adding something like ./freeze --include-modules=encodings.ascii,encodings.utf_8 <source> fixed the issue. -- http://mail.python.org/mailman/listinfo/python-list