Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jiraffe - "TypeError: str object is not callable" #11

Open
GeetAksh1 opened this issue Jul 5, 2021 · 3 comments
Open

Jiraffe - "TypeError: str object is not callable" #11

GeetAksh1 opened this issue Jul 5, 2021 · 3 comments

Comments

@GeetAksh1
Copy link

GeetAksh1 commented Jul 5, 2021

I'm getting an old error "str object is not callable " while running "Jiraffe" on Mac. Please suggest how to resolve the issue. Thanks!

@thistehneisen
Copy link

Same here.

@barrett092
Copy link

Same

@0x48piraj
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants