cherokee-admin need a python with threads support and the ebuild doesn't check this dependency. Please change the ebuild. cherokee run perfect without python threads support but the cherokee-admin no. cherokee-admin show a 503 error in the webadmin and errors in the console. Reproducible: Always Steps to Reproduce: 1. Compile python without threads support. 2. Compile cherokee with the use "admin". 3. Run cherokee daemon. 4. Go to 127.0.0.1:80 in your browser. All works OK. 5. Run "cherokee-admin -x" (the -x is for to show the errors) 6. Go to 127.0.0.1:9090 in your browser and use the user and password of cherokee-admin. 7. Now you have a 503 error in the browser and a import errors in the console. The solution: 1. Compile python with threads support and repeat all the steps.
fixed in 1.2.98.