pls help me install 3.5 and 2.7.10

2015-10-06 Thread rajesh thanu
[14C0:1718][2015-10-06T20:09:57]i001: Burn v3.10.0.1823, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\raj\Downloads\python-3.5.0-webinstall.exe [14C0:1718][2015-10-06T20:09:57]i000: Initializing string variable 'ActionLikeInstalling' to value 'Installing' [14C0:1718][2015-10-06T20:09:5

pxssh sendline() cmd

2013-02-08 Thread rajesh kumar
Hi I need help in pxssh. Steps : 1) I was login into remote machine usning pxssh and the prompt is '$'. 2) After successful login running some command and the prompt is '>'. 3) Here onwards I want to execute cli commands by using sendline(). My requirement: I need to pass arguments to sendline()

Need help on left padding

2008-04-28 Thread rajesh kataraki
%s.so" % (platform_affix,var, rteset) Please let me know how can I implement this efficiently in python language. Need help urgent. Thanks, -Rajesh -- http://mail.python.org/mailman/listinfo/python-list

Crystal Concepts offering PHP-MYSQL & JAVA/J2EE

2007-04-27 Thread Rajesh
Crystal Concepts offering PHP-MYSQL & JAVA/J2EE courses on short term basis. For details contact, 19/2 New No 182 Kaliamman Koil Street, Virugambakkam Chennai 600 092 mail: [EMAIL PROTECTED] Mobile: 98407-28150 -- http://mail.python.org/mailman/listinfo/python-list

Command-line option equiv of PYTHONPATH

2007-04-26 Thread Rajesh
to the python binary or a command-line version of PYTHONPATH? Regards Rajesh -- http://mail.python.org/mailman/listinfo/python-list

Re: reading files in small chunks?

2006-04-14 Thread Rajesh Sathyamoorthy
Hi,What chunk sizes do you normally use in your code?Thank You.On 4/14/06, Amit Khemka <[EMAIL PROTECTED] > wrote:On 4/14/06, Rajesh Sathyamoorthy < [EMAIL PROTECTED]> wrote:> Hi,>> I wanted to know why it is more efficient to read a file in smaller chunks (> using file()

Re: reading files in small chunks?

2006-04-14 Thread Rajesh Sathyamoorthy
Hi,Could I have some links? It would be very helpful.Thank You.On 4/14/06, Felipe Almeida Lessa wrote: Em Sex, 2006-04-14 às 13:45 +0800, Rajesh Sathyamoorthy escreveu:> I wanted to know why it is more efficient to read a file in smaller> chunks ( using file() or open() )?It's more e

reading files in small chunks?

2006-04-13 Thread Rajesh Sathyamoorthy
Hi,I wanted to know why it is more efficient to read a file in smaller chunks ( using file() or open() )? If this is not done, will this lead to errors in the data read or just results in slower performance? Thank You. -- http://mail.python.org/mailman/listinfo/python-list

zipfile module

2006-03-29 Thread Rajesh Sathyamoorthy
Hi,I know how to write files to a zip file but i was wondering if there was a way to add a empty folder to the zip file using the zipfile module? I can only write files and not directories to a zip file.Thank You. -- http://mail.python.org/mailman/listinfo/python-list

Re: Calculating md5 checksums.

2006-03-03 Thread Rajesh Sathyamoorthy
I tried the script and had to get a hexdigest to get the value providedMy test:SimplyMEPIS-3.3.1-1.iso checksum: 41a19060d3bb37bd596708ba77964491i got: 41a19060d3bb37bd596708ba77964491Do people normally provide md5 checksum in a hexadecimal string?Besides that, is the script reliable? Replies:Rajes

Calculating md5 checksums.

2006-03-03 Thread Rajesh Sathyamoorthy
Hi,How do you calculate the md5 checksum of a file?so far  i got this,import md5obj = md5.new()file = open( 'filename',  'rb') data = "">obj.update(data)checksum = md5.digest ()Is this correct? Is there anything else i should do before comparing the checksum with the one provided for the file?Thank

minimize a program into an icon on the taskbar.

2006-02-27 Thread Rajesh Sathyamoorthy
Hi, I would know how to minimize a program (wxpython app) into an icon on the taskbar on windows (the one at the side near the clock, i can't remember what is it called.) Is it easy to be done? Is there a way to do the same thing on Linux? Thank You. -- http://mail.python.org/mailman/