Created
September 10, 2020 19:20
-
-
Save JimDennis/d6a22ab691132a35ccdc0c640edff29f to your computer and use it in GitHub Desktop.
Example of a problem importing the "responder" package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3.8 | |
import responder | |
# Raises: ModuleNotFoundError: No module named 'responder' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This pertains to https://www.quora.com/unanswered/Why-is-a-responder-not-recognized-in-Python-3-8-on-Manjaro-Python-3-pip-responder-UNIX which might be referring to: https://pypi.org/project/responder/ (an ASGI web application micro-framework similar to Bottle (http://bottlepy.org/docs/dev/)).