Where to get/How to build Windows binary of mod_wsgi with python 3.0 support? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T01:40:10Zhttp://stackoverflow.com/feeds/question/447015http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/447015/where-to-get-how-to-build-windows-binary-of-modwsgi-with-python-3-0-support3Where to get/How to build Windows binary of mod_wsgi with python 3.0 support?Paulius Maruška2009-01-15T14:48:24Z2009-06-24T12:06:29Z
<p>I wanted to experiment a little with python 3.0 at home. I got python 3.0 working, I've played around with some scripts, and I thought it would be fun to try to make a small web-project with it.</p>
<p>As I was googling, it turned out, that mod_python, for some reasons, will not be able to support python 3.0.</p>
<p>The only other alternative I've found is <a href="http://code.google.com/p/modwsgi/" rel="nofollow">mod_wsgi</a>.</p>
<p>On the main page of the <a href="http://code.google.com/p/modwsgi/" rel="nofollow">mod_wsgi</a> project, it says, that if you want to play with python 3.0, you have to get the latest version from subversion repository. I was wondering, if there is somewhere a pre-built windows binaries available?</p>
<p>If there are no such binaries, then I'd be thankful for any resources about building it with VC++ 2008. Or maybe even general resources about building apache and it's modules with VC++ 2008. Thanks.</p>
<p>Oh and, I'm using the latest Apache 2.2 release.</p>
<p>EDIT: Will it be a problem, if I'll be using the official apache build with my own build of a mod_wsgi (I used depends.exe on apache, and seems that it's not built with VC++ 2008)?</p>
http://stackoverflow.com/questions/447015/where-to-get-how-to-build-windows-binary-of-modwsgi-with-python-3-0-support/449772#4497721Answer by kquinn for Where to get/How to build Windows binary of mod_wsgi with python 3.0 support?kquinn2009-01-16T07:41:46Z2009-01-16T07:41:46Z<p>I would like to find either 2.6 (preferable) or 3.0 (okay) Windows binaries myself, and have looked into this a bit.</p>
<p>There are Windows build steps for mod_wsgi buried deep in the Google Group for it. I think they're out of date; only one person appears to have ever done it and told the world how well it worked out. There may well be problems compiling that require a patch.</p>
<p>I do not think you will need to build your own Apache, or if it matters that the VC++ version is different (though I don't have a ton of evidence for this belief). VC++ version is very important for Python module builds since they rely heavily on the internals of the compiler data structures. I think the Apache module interface is more structured.</p>
<p>You'll probably want to post to the mod_wsgi group if you try this and hit problems, or if you successfully build the modules, please post them as some of us would very much like them but are too busy to get to doing it ourselves :(</p>
http://stackoverflow.com/questions/447015/where-to-get-how-to-build-windows-binary-of-modwsgi-with-python-3-0-support/603874#6038740Answer by celopes for Where to get/How to build Windows binary of mod_wsgi with python 3.0 support?celopes2009-03-02T20:28:10Z2009-03-02T20:46:24Z<p>For what it is worth, this is still (as of March 2nd 2008) up in the air as far as I can tell. See:</p>
<p><a href="http://groups.google.com/group/modwsgi/browse_thread/thread/93e5e56a04fe37ab/5883f8f6a0fcc945" rel="nofollow">http://groups.google.com/group/modwsgi/browse_thread/thread/93e5e56a04fe37ab/5883f8f6a0fcc945</a> </p>
<p>The same issue - lack of 2.6 binaries for windows - affects mod_python. </p>
<p>I think this pretty much leaves Django users running on Windows locked onto the 2.5 tree... :-(</p>
http://stackoverflow.com/questions/447015/where-to-get-how-to-build-windows-binary-of-modwsgi-with-python-3-0-support/908978#908978-1Answer by Chuck Berry for Where to get/How to build Windows binary of mod_wsgi with python 3.0 support?Chuck Berry2009-05-26T04:49:22Z2009-05-26T04:49:22Z<p>I've lost this day trying to build this damned mod_wsgi and all I have to say is: FUUUUUUUUUUUUUUUUUUUUUU</p>
http://stackoverflow.com/questions/447015/where-to-get-how-to-build-windows-binary-of-modwsgi-with-python-3-0-support/1037956#10379563Answer by Graham Dumpleton for Where to get/How to build Windows binary of mod_wsgi with python 3.0 support?Graham Dumpleton2009-06-24T12:06:29Z2009-06-24T12:06:29Z<p>Binaries for Windows are now being supplied from the mod_wsgi site for Apache 2.2 and Python 2.6 and 3.0. Python 3.0 is only supported for mod_wsgi 3.0 onwards. See:</p>
<p><a href="http://code.google.com/p/modwsgi/downloads/list" rel="nofollow">http://code.google.com/p/modwsgi/downloads/list</a></p>