[Twisted-web] Python 2.3 support in Nevow

Christian Simms christian.simms at gmail.com
Thu Jun 19 18:05:24 EDT 2008


On Thu, Jun 19, 2008 at 8:20 AM, Jean-Paul Calderone <exarkun at divmod.com> wrote:
> Glyph and I had a discussion about Nevow on Python 2.3 yesterday.
> We ended up wondering who is using Nevow with Python 2.3 and who
> would notice or care if Python 2.4 became the minimum requirement.
> So, if you're using Nevow, what version of Python are you using it
> with?
>
> Jean-Paul
>
> _______________________________________________
> Twisted-web mailing list
> Twisted-web at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
>

We use 2.5 only.  I used to try to support multiple versions of
Python, and then discovered it's easier to just download and compile
the latest version of Python all the time, as opposed to trying to
rely on the system-installed version.  Plus, I don't have to worry
about screwing up other apps that use the system-installed Python when
I install a bunch of extra packages.

Cheers,
Christian



More information about the Twisted-web mailing list