我在Debian 7.6
。我安装了python 2.7和libguestfs0以及我需要的其他软件包。
这是我尝试使用guestf的示例代码,我在debian终端上输入这些代码:
debian@debian$ python
>>> import guestfs
>>> g=guestfs.GuestFS (python_return_dict=True)
`Exception AttributeError: "GuestFS instance has no attribute '_o'" in <bound method GuestFS.__del__ of <guestfs.GuestFS instance at 0x203f908>>
ignored
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'python_return_dict'`
我搜索了很多,但我找不到解决此错误的方法。
谢谢