On Thu, Mar 11, 2010 at 7:39 PM, Alok G. Singh <[email protected]> wrote: > I've been using web.py to implement some RESTful webservices and I've > found it easy to develop with. > > These web services will drive a website that does a bunch of > visualisation. Given that most third-party modules break with Python3, > is there a roadmap for web.py compatibility ? > > Or am I reading this whole thing wrong and Python3 is not really ready > for primetime ?
I think there is no point worrying about Python3 compatibility until the wsgi components become compatible. Web.py uses flup for wsgi and CherryPy WSGI server as development webserver. I don't think flup is Python3 compatible and there are python3 branch of CherryPy, but I've never tried it. Has anybody tried it? -- You received this message because you are subscribed to the Google Groups "web.py" group. 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/webpy?hl=en.
