$ cherryd Traceback (most recent call last): File "/usr/lib/python-exec/python3.3/cherryd", line 6, in <module> import cherrypy File "/usr/lib64/python3.3/site-packages/cherrypy/__init__.py", line 82, in <module> from cherrypy import process File "/usr/lib64/python3.3/site-packages/cherrypy/process/__init__.py", line 14, in <module> from cherrypy.process import plugins, servers File "/usr/lib64/python3.3/site-packages/cherrypy/process/plugins.py", line 424, in <module> class PerpetualTimer(threading._Timer): AttributeError: 'module' object has no attribute '_Timer'
Isn't that a private API?
Upstream has it fixed but still no release including it :S
Just downloaded and run CherryPy v3.5 with Python 3.3. Could you verify please ?
looks fixed in current version