ANN: PyGUI 1.7.2-1

2006-06-10 Thread greg
I have uploaded a new PyGUI 1.7.2 package to correct a couple of errors in the setup.py file. http://www.cosc.canterbury.ac.nz/~greg/python_gui/ - What is PyGUI? -- PyGUI is an experimental highly-Pythonic cross-platform GUI API. I

NCrypt 0.6.4 - wrapper for OpenSSL

2006-06-10 Thread K.S.Sreeram
NCrypt 0.6.4 (http://tachyon.in/ncrypt/) NCrypt is a wrapper for OpenSSL built using Pyrex. Although this is the first public release, NCrypt has been under development for the last one year, and is being used in production software. The following OpenSSL features have been wrapped: - hash algori

pyIDL-0.3

2006-06-10 Thread Michael McKerns
updated Python bindings for IDL http://www.its.caltech.edu/~mmckerns/software.html # Version 0.3: 06/09/06 improved support for Numeric added _print extended examples --- Mike McKerns California Institute of Technology http://www.its.caltech.edu/~mmckerns -- http://mail.python.org/mailma

ANN: PyGUI 1.7.2

2006-06-10 Thread greg
PyGUI 1.7.2 is now available: http://www.cosc.canterbury.ac.nz/~greg/python_gui/ This version adds support for multiple mouse buttons, mouse enter and leave events, enhancements to the BlobEdit example application, and a big pile of other enhancements and bug fixes. See the CHANGES.txt file in

[ANN] Cerealizer 0.4 -- a secure Pickle-like module

2006-06-10 Thread Jiba
Cerealizer 0.4 is available: http://download.gna.org/soya/Cerealizer-0.4.tar.bz2 WHAT IS CEREALIZER ? Cerealizer is a secure Pickle-like module for Python. It is very similar to (C)Pickle, and understands load(s), dump(s), __getstate__, __setstate__, __getinitargs__,__getnewargs__,...