Re: cx_Freeze : LookupError: unknown encoding: ascii

2008-03-02 Thread Rakesh Kumar
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. Addin

Re: cx_Freeze : LookupError: unknown encoding: ascii

2008-03-01 Thread Martin v. Löwis
> 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 -- http://mail.python.org/mailman/listinfo/python-list

cx_Freeze : LookupError: unknown encoding: ascii

2008-03-01 Thread Rakesh Kumar
Hi - I created a binary using the cx_Freeze utility on Linux (wxWidgets 2.8 / Python 2.5/ Mandriva 2008 ). When I tried to run the binary - this is the error that I got on the console. File "gdataapi.py", line 44, in __init__ self.service.ProgrammaticLogin() File "/opt/software/gdata