Blue Sky On Mars

Thoughts on Building Software Products

New TurboGears mailing lists

by Kevin Dangoor

At long last, the primary TurboGears mailing list has split. This list has 1,400 members and a lot of traffic. Given that 0.9 is now out in alpha, I thought it important to separate the discussion of current and minor release topics from the stuff that’s a little ways out. The TurboGears Trunk mailing list is the one for this purpose.

I opted for “trunk” rather than “devel” because everyone who uses TurboGears is a developer and I’ve seen many cases of people posting to the wrong list because the dividing line is hard to spot sometimes. So, the trunk list is for people to discuss stuff that only appears on the trunk.

In other mailing list news, Spanish speakers now have an outlet with the turbogears-es mailing list. In Alberto’s words:

Sé de buena tinta que por aquí ronda más de algún
hispanoparlante… Hemos decidido abrir una nueva lista sobre Turbogears en Castellano para  todo aquél que esté interesado en aprender acerca de este nuevo framework pero esté encontrando dificultades por el idioma

Todo el mundo está invitado, la lista la teneís aquí:

http://groups.google.com/group/turbogears-es

Estaría bien establecer algún puente para intentar traer a la “oficial” cualquier cosa interesante que se comente por ahí. Por ahora me ofrezco yo :)

CherryPy and WSGI

by Kevin Dangoor

Christian Wyglendowski posts a great summary of where CherryPy 2.2 stands with regards to WSGI. If you’ve followed the discussion on the various mailing lists and thought CherryPy only minimally handled WSGI, this post does a great job of setting the record straight. CP2.2′s WSGI support is not 100% ideal, but it’s way better than 2.1 and you can do an awful lot with it. Big kudos to Christian, Robert Brewer, Ian Bicking and Phillip Eby for hashing it out and coming up with an implementation that meets CherryPy’s backwards compatibility needs and takes a big step forward.

As Ian mentioned in his PyCon 2006 wrapup, we ran an experiment during the TurboGears sprint to see what TurboGears looks like built entirely on a WSGI stack. It actually looks pretty cool. There are lots of nifty application composition possibilities and quite a number of ways to share code with other projects. Something I wasn’t aware of heading in to PyCon was Christian’s filter that allows you to attach other WSGI apps to your CherryPy object tree. With that capability, it should become possible to do everything that we could do with our experimental branch using CherryPy 2.2.

This leads to really interesting questions on how to proceed with the post 1.0 TurboGears release that will have these features. (This fabulous release is code named “First Class” and appears in a branch called firstclass in the repository.) There are always tradeoffs. The one thing is certain: First Class uses WSGI in a big way, and I’m really looking forward to the possibilties.

Discussion of First Class will take place on the new turbogears-trunk mailing list that will be used for discussing unreleased code.