write Unicode to sys.out.write without access to sitecustomize.py

2009-08-28 Thread Rob Knop
I would like to tell the system that it's OK to write Unicode to sys.out and sys.err. However, I'm doing this in a CGI script where I don't have access to the system directories, and as such can't use sys.setdefaultencoding in sitecustomize.py. Is there a way to make thi

Re: RSA cryptography between Python and Java

2009-07-25 Thread Rob Knop
ibed, and where the cipertext can later be decrypted with the corresponding secret key in Java. -- --Rob Knop E-mail:rk...@pobox.com Home Page: http://www.pobox.com/~rknop/ Blog: http://www.sonic.net/~rknop/blog/ -- http://mail.python.org/mailman/listinfo/python-list

RSA cryptography between Python and Java

2009-07-25 Thread Rob Knop
e key. Are there any python libraries that will take a public key in this format and do RSA encoding on it? -- --Rob Knop E-mail:rk...@pobox.com Home Page: http://www.pobox.com/~rknop/ Blog: http://www.sonic.net/~rknop/blog/ -- http://mail.python.org/mailman/listinfo/python-list