[Bug 250379] www/py-cherrypy: fails to import with lang/python38 or later
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 15 23:29:05 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250379
Bug ID: 250379
Summary: www/py-cherrypy: fails to import with lang/python38 or
later
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: regression
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: nivit at FreeBSD.org, python at FreeBSD.org
Blocks: 247597
CC: nivit at FreeBSD.org, python at FreeBSD.org
Can you update to >= 18.0 or apply
https://github.com/cherrypy/cherrypy/commit/2fc78dc9af3e ?
$ python3.9
Python 3.9.0 (default, Oct 15 2020, 22:11:05)
[Clang 11.0.0 (git at github.com:llvm/llvm-project.git llvmorg-11.0.0-rc5-0-g60a25
on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> import cherrypy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/cherrypy/__init__.py", line 73,
in <module>
from ._cptools import default_toolbox as tools, Tool
File "/usr/local/lib/python3.9/site-packages/cherrypy/_cptools.py", line 31,
in <module>
from cherrypy.lib import sessions as _sessions, xmlrpcutil as _xmlrpc
File "/usr/local/lib/python3.9/site-packages/cherrypy/lib/sessions.py", line
112, in <module>
import contextlib2
ModuleNotFoundError: No module named 'contextlib2'
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247597
[Bug 247597] www/py-cherrypy: can py-cherrypy be upated to at least 8.9.1?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list