-
Notifications
You must be signed in to change notification settings - Fork 120
AttributeError: 'module' object has no attribute 'CMultiAV' #11
Comments
Sorry for the late response! Due to recent changes instead of doing "import multiav" you should do the following
|
The documentation needs to be updated, naturally. Thanks for pointing it out! |
mentioned code show this error:
Error:
|
Please don't post such a big back-trace and take a look to the first messages:
It seems you don't have a correct config.cfg, that's it. Add the ClamAV section with the key "disabled=1". Do the same for each and all AVs you will not use. |
this code :
import pprint
import multiav
multi_av = multiav.CMultiAV()
ret = multi_av.scan(path, multiav.AV_SPEED_MEDIUM)
pprint.pprint(multi_av)
show this error:
Traceback (most recent call last): File "test.py", line 4, in <module> multi_av = multiav.CMultiAV() AttributeError: 'module' object has no attribute 'CMultiAV'
The text was updated successfully, but these errors were encountered: