Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487834 - dev-python/cherrypy-3.2.2-r1: cherryd fails to run on python3_3
Summary: dev-python/cherrypy-3.2.2-r1: cherryd fails to run on python3_3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.3
  Show dependency tree
 
Reported: 2013-10-13 08:34 UTC by Pacho Ramos
Modified: 2015-07-08 14:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2013-10-13 08:34:19 UTC
$ 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'
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-13 09:21:55 UTC
Isn't that a private API?
Comment 2 Pacho Ramos gentoo-dev 2013-10-18 18:23:36 UTC
Upstream has it fixed but still no release including it :S
Comment 3 Tolga Dalman 2014-07-06 18:22:20 UTC
Just downloaded and run CherryPy v3.5 with Python 3.3. Could you verify please ?
Comment 4 Pacho Ramos gentoo-dev 2015-07-08 14:08:59 UTC
looks fixed in current version