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

Module requests - Help #99

Open
OhReflects opened this issue Dec 8, 2021 · 0 comments
Open

Module requests - Help #99

OhReflects opened this issue Dec 8, 2021 · 0 comments

Comments

@OhReflects
Copy link

OhReflects commented Dec 8, 2021

This was outputted when I used the command py vulnx.py -u urlwasputhere

File "E:\Tools\py\Scripts\vulnx-master\vulnx.py", line 17, in
from modules.cli.cli import CLI
File "E:\Tools\py\Scripts\vulnx-master\modules\cli\cli.py", line 7, in
import readline
File "E:\Tools\py\lib\site-packages\readline.py", line 34, in
rl = Readline()
File "E:\Tools\py\lib\site-packages\pyreadline\rlmain.py", line 422, in init
BaseReadline.init(self)
File "E:\Tools\py\lib\site-packages\pyreadline\rlmain.py", line 62, in init
mode.init_editing_mode(None)
File "E:\Tools\py\lib\site-packages\pyreadline\modes\emacs.py", line 633, in init_editing_mode
self._bind_key('space', self.self_insert)
File "E:\Tools\py\lib\site-packages\pyreadline\modes\basemode.py", line 162, in _bind_key
if not callable(func):
File "E:\Tools\py\lib\site-packages\pyreadline\py3k_compat.py", line 8, in callable
return isinstance(x, collections.Callable)
AttributeError: module 'collections' has no attribute 'Callable'

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

1 participant