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

WHY CAN'T I RUN THIS PROGRAM ?????!!!!! #123

Open
gho5t5 opened this issue Aug 7, 2024 · 1 comment
Open

WHY CAN'T I RUN THIS PROGRAM ?????!!!!! #123

gho5t5 opened this issue Aug 7, 2024 · 1 comment

Comments

@gho5t5
Copy link

gho5t5 commented Aug 7, 2024

ERROR

root@DESKTOP-ULI6RF0:~/tplmap# python3 tplmap.py
Traceback (most recent call last):
File "/root/tplmap/tplmap.py", line 2, in
from utils import cliparser
File "/root/tplmap/utils/cliparser.py", line 163, in
parser.formatter.format_option_strings = type(parser.formatter.format_option_strings)(_, parser, type(parser))
TypeError: method expected 2 arguments, got 3

@0x00650a
Copy link

**Potential Issue:**

  • Python Version Compatibility: The code might be written for a different version of Python, and the method signature of format_option_strings could have changed between versions.

So,

If the tool is written for an older version of Python you have, you might need to modify it to be compatible with the version you are using.

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

2 participants