我在python 3.3中使用了django 1.9.1。 获得当我跑步时的runserver在Python Django 1.9中导入WeakMethod错误3.3
File "/home/virtualenv/python3.3.5/lib/python3.3/site-packages/django/dispatch/__init__.py", line 9, in <module>
from django.dispatch.dispatcher import Signal, receiver # NOQA
File "/home/virtualenv/python3.3.5/lib/python3.3/site-packages/django/dispatch/dispatcher.py", line 14, in <module>
from weakref import WeakMethod
ImportError: cannot import name WeakMethod
正如我在读WeakMethod的weakref已经在Python 3.4被引入,并在Python 3.3的weakref其不存在以下错误。
关于如何修复python 3.3的相同错误的任何建议。