how to avoid leading white spaces

2011-06-01 Thread rakesh kumar
UM1 ' the above is the output of another python script but its having a leading spaces. any help is much appreciate. -- Thanks and regards @@ Be An Innovator @@ Rakesh Kumar A +917428243738 [image: cid:image001.jpg@01CA6F8E.95C07E20] <>-- http://mail.python.org/mailman/listinfo/python-list

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

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

freeze.py - resolving dependencies

2008-02-25 Thread Rakesh Kumar
hi - I wrote a wxWidgets program and was trying to convert the python script to native python code. After running freeze.py on my source file - I am getting the following unknown modules error. Warning: unknown modules remain: _bisect _heapq _locale _random _socket _ssl _struct _tkinter array

Re: Coding style article with interesting section on white space

2005-01-29 Thread Rakesh Kumar
Thanx Nick -- http://mail.python.org/mailman/listinfo/python-list