abhishek-ram / pyas2

This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2
GNU General Public License v2.0
47 stars 23 forks source link

runas2server fails to start with CherryPy >= 9 #31

Closed chadgates closed 7 years ago

chadgates commented 7 years ago

with fresh install, cherrypy is installed with version above 10. However, wsgiserver was moved to cheroot as of version 9 forward -> http://docs.cherrypy.org/en/latest/history.html

Workaround: install cherrypy with version >=8, <=9.0a0

abhishek-ram commented 7 years ago

I have made a new release where in I have frozen the version of cherrypy. This should resolve this issue.