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

2to3 #24

Open
ukuge opened this issue Jan 10, 2023 · 1 comment
Open

2to3 #24

ukuge opened this issue Jan 10, 2023 · 1 comment

Comments

@ukuge
Copy link

ukuge commented Jan 10, 2023

Hi, I have the obvious problem of (most recent call last) and it's not a matter of parentheses.
After many searches I ask you for help about:

wpforce.py", line 226, in
main()
wpforce.py", line 208, in main
passlist = open(args.wordlist, 'r').read().split('\n')

python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)

thank you

@Colpr
Copy link

Colpr commented Apr 5, 2024

Basically, the syntax of python v2, is different from python 3+. For example print "text" is the syntax for python 2, while print("text") is the syntax for python 3+.

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