jiraffe
jiraffe copied to clipboard
Jiraffe - "TypeError: str object is not callable"
I'm getting an old error "str object is not callable " while running "Jiraffe" on Mac. Please suggest how to resolve the issue. Thanks!
Same here.
Same
The tool doesn't quite works on Python 2.
https://github.com/0x48piraj/Jiraffe/blob/4d7634557e708a58ea2857fb18d1ffe4c7f74546/jiraffe/main.py#L9
Also, here's the hot fix for OSX users,
if any(x in sys.platform.lower() for x in ['linux', 'linux2', 'win32', 'darwin']):
For installing from the source,
$ python3 setup.py install