Skip to content

Instantly share code, notes, and snippets.

@JimDennis
Created September 10, 2020 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimDennis/d6a22ab691132a35ccdc0c640edff29f to your computer and use it in GitHub Desktop.
Save JimDennis/d6a22ab691132a35ccdc0c640edff29f to your computer and use it in GitHub Desktop.
Example of a problem importing the "responder" package
#!/usr/bin/env python3.8
import responder
# Raises: ModuleNotFoundError: No module named 'responder'
@JimDennis
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment