您好我已经在我的python lib中安装了netmiko并尝试导入它。
当我尝试它时,我收到以下错误。请建议解决此问题。
Python 2.6.6 (r266:84292, Nov 21 2013, 10:50:32)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
>>> import netmiko
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "netmiko/__init__.py", line 6, in <module>
log.addHandler(logging.NullHandler()) # noqa
AttributeError: 'module' object has no attribute 'NullHandler'