Package: python3-cherrypy3
Version: 3.2.2-3
Severity: normal

--- Please enter the report below this line. ---
Hi,

the import of cherrypy fails:

    import cherrypy
  File "/usr/lib/python3/dist-packages/cherrypy/__init__.py", line 82, in 
<module>
    from cherrypy import process
  File "/usr/lib/python3/dist-packages/cherrypy/process/__init__.py", line 14, 
in <module>
    from cherrypy.process import plugins, servers
  File "/usr/lib/python3/dist-packages/cherrypy/process/plugins.py", line 424, 
in <module>
    class PerpetualTimer(threading._Timer):
AttributeError: 'module' object has no attribute '_Timer'

The threading module has no _Timer attribute, but there's one named 
Timer. Renaming works just fine. I didn't had time to  figure out, if this is a 
valid fix, but at least it works here. 

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.9-1-amd64

Debian Release: jessie/sid
  990 testing         security.debian.org 
  990 testing         ftp.rfc822.org 
  800 unstable        ftp.rfc822.org 
  690 testing         www.deb-multimedia.org 
  500 stable          dl.google.com 
  500 stable          deb.opera.com 
    1 experimental    ftp.rfc822.org 

--- Package information. ---
Depends           (Version) | Installed
===========================-+-==============
python3.3                   | 3.3.2-5
python3       (>= 3.2.3-3~) | 3.3.2-15


Package's Recommends field is empty.

Package's Suggests field is empty.

Reply via email to