Imtiazkarimik23/ATFuzzer

AttributeError: attribute '__doc__' of 'instancemethod' objects is not writable

dorkerdevil opened this issue · 3 comments

i did sudo pip install -r requirements.txt
and successfully installed every required module
then, i ran sudo ./executFuzzer.py multi

and got this error

AttributeError: attribute 'doc' of 'instancemethod' objects is not writable

the issue might be related to the latest version of pybluez (0.23), try to install the version 0.22 with the command 'pip install PyBluez==0.22'

resolved !!

Great! I also updated the requirements.txt file. Thank you for the notification!