I get in trouble with this message that could be caused by missing joins in the parent threads:
/home/haswi/git/cloudcv_env/lib/python2.7/site-packages/cherrypy/process/wspbus.py:233: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You must either call bus.block() after start(), or call bus.exit() before the main thread exits.
I don't know what htat bus is, but this patch helped me to get some results.
I get in trouble with this message that could be caused by missing joins in the parent threads: /home/haswi/git/cloudcv_env/lib/python2.7/site-packages/cherrypy/process/wspbus.py:233: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You must either call bus.block() after start(), or call bus.exit() before the main thread exits.
I don't know what htat bus is, but this patch helped me to get some results.