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
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
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
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