pycrypto 3DES keysize

2006-12-13 Thread Ning
I'm trying to write an IM client which sends encrypted messages to the server. I tried to use pycrypto library, but when I came to 3DES cypher I was confused about the keysize to use. In the standard it said that it should be either 112 bits or 168 bits, whereas it's 16 bytes or 24 bytes in pycry

how to fit a gamma distribution

2009-04-13 Thread ning luwen
hi, i need to fit a gamma distribution, is there any module can do the job? luwen -- http://mail.python.org/mailman/listinfo/python-list

SOAPpy(10060, 'Operation timed out')

2009-05-09 Thread Zhang, Ning
rency.com/api.wsdl' server = WSDL.Proxy(wsdl_file) values = server.getValuesInverse('usd') However, I got the error message below: error: (10060, 'Operation timed out') Can anyone kind help me with this issue? Alternatively if anyone could pr

Re: how to change current working directory while using pdb within emacs

2007-11-26 Thread du yan ning
On Nov 21, 1:28 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > duyanningwrote: > > I have written a pyhton script that will process data file in current > > working directory. > > My script is in an different directory to data file. > > When I debug this script using pdb within emacs, emacs wi