0x48piraj/jiraffe

Jiraffe - "TypeError: str object is not callable"

GeetAksh1 opened this issue · 2 comments

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

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