我在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的相同錯誤的任何建議。