ModuleNotFoundError: No module named 'httplib'
Open
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
nice work buddy......but
root@kali:~/trape# python3 trape.py
Traceback (most recent call last):
File "/root/trape/trape.py", line 23, in
from core.utils import utils #
File "/root/trape/core/utils.py", line 23, in
import httplib
ModuleNotFoundError: No module named 'httplib
please fix this issue..................thank you
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the import at line 23 of core/utils.py and reproduce the failure by running python3 trape.py. Check the project's Python 3 compatibility around this import; done means trape.py starts without the ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100