我正在尝试使用模块“重载” http://www.python.org/dev/peps/pep-3124/#interfaces-and-adaptation在python中实现一个接口
问题是尝试使用python3.2运行时没有发现模块重载
from overloading import abstract
from overloading import Interface
ImportError: No module named overloading
如何解决我的问题?