Re: Custom Python import module failed (protobuf)

2018-04-20 Thread Sankar Raman V
Error: ImportError: No module named google.protobuf -- https://mail.python.org/mailman/listinfo/python-list

Readlines returns non ASCII character

2015-09-23 Thread SANKAR .
Ascii items. Is there a better way to read this? Thanks Sankar ‚ ÿþÿ 2 0 1 5 - 0 8 - 2 8 ÿþÿ1 7 : 2 2 : 0 3 Á í  0ÿþÿE L E K T A _ E O S _ R T D _ V X 2 ÿþÿ ÿþÿ 0ÿþÿ ÿþÿ ÿþÿ 0ÿþÿ ÿþÿ ÿþÿ 0ÿþÿ ÿþÿ ÿþÿ ¸ 0ÿþÿ ÿþÿM L C X ÿþÿM L C X  Pÿþÿ0 . 0 ÿþÿ0 . 0

Re: reportlab import error after dundled using py2exe

2011-07-26 Thread SANKAR .
your suggestion worked.Thanks Robin. -Sankar On Mon, Jul 25, 2011 at 8:28 PM, Robin Becker wrote: > On 22/07/2011 03:55, SANKAR . wrote: > >> Hi all, >> >> > > >> C:\Python26\dist>DELchek.exe >> Traceback (most recent call last): >>

reportlab import error after dundled using py2exe

2011-07-21 Thread SANKAR .
module named _fontdata_enc_winansi But I could see the '_fontdata_enc_winansi' module in reportlab folder. Could someone help me to fix this. Your help is much appreciated. Thanks Sankar -- http://mail.python.org/mailman/listinfo/python-list

CRC 16bit function

2011-01-20 Thread SANKAR .
Hi There, I am looking for buitin function to calculate 16 bit checksum values of the lines in text file using python. I could find one for 32 bit but not for 16 bit. Can some one help me? Thanks Sankar -- http://mail.python.org/mailman/listinfo/python-list

Re: String to char and decimal number conversion

2011-01-10 Thread SANKAR .
Thanks Alan! -Sankar On Tue, Jan 11, 2011 at 2:50 PM, Alan Meyer wrote: > On 1/10/2011 6:02 PM, Chris Rebert wrote: > >> On Mon, Jan 10, 2011 at 2:44 PM, SANKAR . wrote: >> >>> Hello There, >>> >>> >>>I am from non IT field also

Re: String to char and decimal number conversion

2011-01-10 Thread SANKAR .
Hi Chris , Thanks for your response. I am reading a Test.txt (see atatchment) file using following code to get the T2: F =open('C:\Test.txt','r') T1 = F.readlines() for i in range(len(T1)): T2 = T1[i].split(',') print(T2) Regards Sankar On Tue, J

String to char and decimal number conversion

2011-01-10 Thread SANKAR .
w do get the list elements without double quote in my output (T2). T2 =[ *' *Field* **' , ' *12.5 *', ' *2.5* ']* Thanks Sankar -- http://mail.python.org/mailman/listinfo/python-list