Search code examples
pythoncherrypy

Is cherrypy Python3-compatible yet?


Does cherrypy support Python3 yet? What other web frameworks out there support Python 3?


Solution

  • The website of Cherrypy 3.2 says that it runs on Python 3! So there you go. WSGI is not settled for Python3 yet, so you wont find the WSGI compliant frameworks (django,web.py) for python3 yet. The cherrypy, I assume takes the fastcgi route.