web2py 1.91.4 - new LGPL3 license

2010-12-24 Thread Massimo Di Pierro
Thanks to our 100+ contributors. This is our best release ever. [download here](http://www.web2py.com/examples/default/download). -- Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and

cx_Logging 2.1

2010-12-24 Thread Anthony Tuininga
What is cx_Logging? cx_Logging is a Python extension module which operates in a fashion similar to the logging module that ships with Python 2.3 and higher. It also has a C interface which allows applications to perform logging independently of or in tandem with Python. Where do I get it?

Python WebSphere MQ LinkedIn group created

2010-12-24 Thread Dariusz Suchojad
Hello, I'd like to invite you to join the LinkedIn's Python WebSphere MQ group [1] which I've just created. The community of programmers using both Python and WebSphere MQ is ever growing and I believe it's time for Python WebSphere MQ professionals to have their place on LinkedIn as well.

cx_Freeze 4.2.2

2010-12-24 Thread Anthony Tuininga
What is cx_Freeze? cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. Unlike these two tools, however, cx_Freeze is cross platform and should work on any platform that Python itself works on. Where do I get it?

ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-24 Thread Dieter Verfaillie
We are pleased to announce release 2.22.5 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: https://github.com/dieterv/pygtk-installer#readme * What is it? = The PyGTK All-in-one installer provides an alternative installation method

faulthandler 1.0: display the Python backtrace on a crash

2010-12-24 Thread Victor Stinner
faulthandler is an handler for SIGSEGV, SIGFPE, SIGBUS and SIGILL signals: display the Python backtrace on a crash. Just import the module to enable it. https://github.com/haypo/faulthandler/wiki http://pypi.python.org/pypi/faulthandler/ It works on Windows, Linux and FreeBSD with Python 2.6,