It would be nice if the next drop of the Bitnami trac stack included not only Python 2.7 (instead of 2.6 which it is currently) but also had an Apache 2.4 version. But it seems that the staying-with-2.2 and python-2.6 thing bodes not well for that. There must be some chain-of-dependency issues that would make it hard for them to move up. Obviously dependency management on Windows is a big pain, we have no apt-get alternative. And when Python is involved, there is the question of building all your binary extensions with the same compiler version, and all that, too. Some stuff is built with mingw/cygwin, and some stuff is built with a particular VisualC++ compiler.
Warren On Tuesday, June 26, 2012 1:42:22 PM UTC-4, Dave Huang wrote: > > Does anyone have a solution for Apache 2.4.x on Windows with Python 2.7? > It seems like everything mentioned so far is Apache 2.2, but I'd like to > move to 2.4 for IPv6 support (while Apache has had IPv6 support for a long > time, it's been disabled in the official Windows builds up until 2.4, for > reasons that I didn't pay much attention to). I'm currently running Apache > 2.2, Python 2.7, and mod_wsgi, and it's working well, and I'd like to stick > with mod_wsgi. However, the mod_wsgi website doesn't seem to have any > binaries compatible with Apache 2.4. I guess I could try compiling it > myself... > -- > Name: Dave Huang > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/7arGaoPQkk4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
