luban, a generic (web/native) user interface builder. version: 0.2a2

2009-10-26 Thread Jiao Lin
The luban package (http://luban.danse.us) is a python-based, cross- platform user interface builder. It provides UI developers a generic language to describe a user interface, and the description can be rendered as web or native interfaces. Gongshuzi, an application built by using luban, can

Tryton 1.4 is available

2009-10-26 Thread ced
Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. This new series comes up with new modules,

Python-URL! - weekly Python news and links (Oct 25)

2009-10-26 Thread Gabriel Genellina
QOTW: "It was intended to be understood, not copied." - Dave Angel comments on a characteristic of didactic examples http://groups.google.com/group/comp.lang.python/msg/61e2d60d08f1c630 Altering the default character encoding (sys.setdefaultencoding) is never a good idea: