python cryptography toolkit

Gerhard Häring gerhard at bigfoot.de
Sun May 12 14:42:32 EDT 2002


* Burt Leavenworth <edlsoft at mindspring.com> [2002-05-12 18:26 +0000]:
> On 01 May 2002 13:06:56 GMT, "A.M. Kuchling"
> <akuchlin at ute.mems-exchange.org> wrote:
> 
> >In article <87it68b3z2.fsf at tux.ntw23.fr>, Sylvain Thenault wrote:
> >> [1] http://www.python.org/workshops/1995-05/pct.html
> >> [2] ftp://ftp.cwi.nl/pub/pct/pycrypt100.tgz 
> >
> >Yow, that's very old indeed.  Try
> >http://www.amk.ca/python/code/crypto.html for a newer version,
> >1.9alpha1.  (Note that there are endianness-related bugs that show up
> >on platforms such as SPARC.  If you're on an x86 machine, though,
> >there's no problem with 1.9a1.)
> >
> >--amk                                                             (www.amk.ca)
> >"Eureka" is Greek for "This bath is too hot".
> >    -- The Doctor, in "The Talons of Weng-Chiang"
> 
> 
> Is there any way to substitute the GNU GCC compiler for Microsoft's?

For compiling Python extensions on Windows? Install mingw32 or Cygwin,
then:

python setup.py build --compiler=mingw32

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))





More information about the Python-list mailing list