wister
wister copied to clipboard
Error Encountered When Using the wister Package
Hello,
I encountered an error while trying to use the wister package and I need your assistance. Below are the details of the error:
Error Message:
arduino
Copy code
Traceback (most recent call last):
File "/root/Documents/Wordlists/wister/wister/wister.py", line 1, in
Steps Taken:
Installed the wister package using pip: pip install wister Ran the wister.py file: python3 wister.py Received the error message mentioned above. Additional Information:
Python Version: 3.11 Operating System: Kali I am seeking your assistance on how to resolve this issue. Please provide guidance on how I can address this problem.
Hi. Thanks for reaching out.
When installing through pip, you should run wister just by calling by its name:
$ wister
instead of running the python file. Don't run $ python3 wister.py directly.