我读了很多关于重载的文章,但我无法使用重载功能。imp.py 本身有一些错误。我没有做任何更改。
>>> import imp
>>> imp.reload('fileread')
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
imp.reload('fileread')
File "C:\Python33\lib\imp.py", line 258, in reload
raise TypeError("reload() argument must be module")
TypeError: reload() argument must be module
fileread 存储在 python 的正确目录中。