Python no module readline

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

Readline module missing #58

Readline module missing #58

Comments

Veil version

OS Used — all info (architecture, linux flavor, etc)

After running setup.sh -c successfully, when I try to run ./Veil.py I get the following error:
Traceback (most recent call last):
File «./Veil.py», line 7, in
from lib.common import orchestra
File «/root/github/PayloadsGenerators/Veil/lib/common/orchestra.py», line 10, in
import readline
ImportError: No module named ‘readline’

Читайте также:  Php error message length

Any additional info you want to tell me

I posted this issue in https://github.com/Veil-Framework/Veil-Evasion by mistake. This is happening with Veil V3.

The text was updated successfully, but these errors were encountered:

The import error ImportError: No module named readline seems to suggest the readline package isnt installed (oddly). May be as simple as sudo pip install readline

That should do it @darryllane. However, I literally just re-downloaded Kali’s latest ISO and built a VM and can’t trigger this issue.

Additionally, when importing readline in python3 in default Kali, it works without error.

Closing this due to testing on Kali out of the box, before Veil is installed, and seeing readline is installed by default.

Please make sure you are using Python 3.

Traceback (most recent call last):
File «./Veil.py», line 7, in
from lib.common import orchestra
File «/opt/Veil/lib/common/orchestra.py», line 10, in
import readline
ModuleNotFoundError: No module named ‘readline’

got this issue how to solve it?

Traceback (most recent call last):
File «./Veil.py», line 7, in
from lib.common import orchestra
File «/opt/Veil/lib/common/orchestra.py», line 10, in
import readline
ModuleNotFoundError: No module named ‘readline’

got this issue how to solve it?

I have same issue have you solve it yet ?

tes I have same issue how solve it?

Traceback (most recent call last):
File «./ghost», line 27, in
import readline
ModuleNotFoundError: No module named ‘readline’

this is the error i am getting can u help me to fix this.

how fix that
use sudo pip3 install readline
not use pip install readline
because we run script python ghost version python3
we Should install readline at python3=pip3

I saw one issue » Traceback (most recent call last):
File «./ghost», line 27, in
import readline
ModuleNotFoundError: No module named ‘readline’

this is the error i am getting can u help me to fix this. » «

I solve this issue permanantly fix..
Solution :

First you opened your terminal in linux , and type this code » nano ./ghost »
Then from line number 27, delete import readline , but not row delete.
Again type » ./ghost »
Then one error show again which related from line number 37.
Then similarly delete all matter of line number 37, but not delete row.
Then type again » ./ghost »
Finaly u get ghost framwork clearly..
If your problem solve then 1 comment reply me , and follow me..
Thanks..

Traceback (most recent call last):
File «./ghost», line 27, in
import readline
ModuleNotFoundError: No module named ‘readline’

this is the error i am getting can u help me to fix this.

use command : pip install readline

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

ModuleNotFoundError: No module named ‘readline’ #668

ModuleNotFoundError: No module named ‘readline’ #668

Comments

! ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY !

Steps to Reproduce (for bugs)

  1. open de cmd
  2. run python3 rsf.py
    3.appears that error: File «rsf.py», line 10, in
    from routersploit.interpreter import RoutersploitInterpreter
    File «C:\Users\Marco\Desktop\routersploit-master\routersploit\interpreter.py», line 38, in
    import readline
    ModuleNotFoundError: No module named ‘readline’

Your Environment

  • RouterSploit Version used: the last
  • Operating System and version: Win 10
  • Python Version: ( python3 —3.8. )
  • Python Environment: ( python3 -m pip last )

Current Behavior

Im try to run the rsf.py and appear that error:

File «rsf.py», line 10, in
from routersploit.interpreter import RoutersploitInterpreter
File «C:\Users\Marco\Desktop\routersploit-master\routersploit\interpreter.py», line 38, in
import readline
ModuleNotFoundError: No module named ‘readline’

The text was updated successfully, but these errors were encountered:

@MOSTAFAABOELNOUR the same thing happened to me, expect this didnt fix it, i only got another error saying:

$ python -m pip install readline
Collecting readline
Using cached readline-6.2.4.1.tar.gz (2.3 MB)
ERROR: Command errored out with exit status 1:
command: ‘C:\Python\python.exe’ -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘»‘»‘C:\Users\TEMP.LAPTOP-IM26HHKE\AppData\Local\Temp\pip-install-kwafbs6w\readline\setup.py'»‘»‘; file='»‘»‘C:\Users\TEMP.LAPTOP-IM26HHKE\AppData\Local\Temp\pip-install-kwafbs6w\readline\setup.py'»‘»‘;f=getattr(tokenize, ‘»‘»‘open'»‘»‘, open)(file);code=f.read().replace(‘»‘»‘\r\n'»‘»‘, ‘»‘»‘\n'»‘»‘);f.close();exec(compile(code, file, ‘»‘»‘exec'»‘»‘))’ egg_info —egg-base ‘C:\Users\TEMP.LAPTOP-IM26HHKE\AppData\Local\Temp\pip-pip-egg-info-hdf1bg3v’
cwd: C:\Users\TEMP.LAPTOP-IM26HHKE\AppData\Local\Temp\pip-install-kwafbs6w\readline
Complete output (1 lines):
error: this module is not meant to work on Windows
—————————————-
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

.
I dont know what to do or where to go from here

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

How to solve it «ImportError: No module named readline» #5

How to solve it «ImportError: No module named readline» #5

Comments

I tried to run interactive.py on python 2.7.
But it had some of error like following.
I finished clone and update «git submodule init; git submodule update»
Please let me know how to solve it.

Traceback (most recent call last):
File «D:\ParrotDroneSDK\Python\ParrotPythonSDK\bybop\samples\interactive.py», line 7, in
import readline
ImportError: No module named readline

The text was updated successfully, but these errors were encountered:

Hey @hsy77101
I’m not sure if the change is done by me or is already there, but on windows machines you can simply use pyreadline instead of readline and it works fine.

@N-Bz : If you want you could ping me on windows related problems, I got it set up and running on windows 8 and 10 🙂
I’m happy to help

I tried to pyreadline instead of readline. But it was same error.
I use windows7 with python 2.7.12.
Do I need to modify interactive.py more?
Please check the following procedure I did.

After removing the lines 7, 8, 47 and 48 of the interactive.py sample, I got following errors.

Traceback (most recent call last):
File «C:\Python27\bybop\samples\interactive.py», line 12, in
from Bybop_Discovery import *
File «../src\Bybop_Discovery.py», line 3, in
from zeroconf import ServiceBrowser, Zeroconf
ImportError: No module named zeroconf

Have you installed the Zeroconf and pyreadline packages? If so, in which version?

I just installed python 2.7.12 on windows7.
And then After cloning this repo, I initialized & updated the submodules: git submodule init; git submodule update
That’s all I did.

The error message «No module named XY found» says that the package is missing on your system.

You have to install the required packages like pyreadline and zeroconf (e.g. by using pip). Be aware that there may be a bug in the current zeroconf package (see #3).

Try to stick with 32bit edition of python on windows. Had some issues getting the packages installed and running at first until I switched over.

Since @hsy77101 did not post here since 11 days, I’ll assume that @Tala (btw, thanks for this !) answers solved his problem.

Sorry. I was on business trip.
I am still on looking for the solution.

I mainly use Anaconda python x64 and didn’t have any problems installing the packages. If you have further information what are the problems @hsy77101 please let us know.

i have the same problem but in kali linux
( File «brutespray.py», line 4, in
import readline, glob
ImportError: No module named readline)
plz someone can help

I am facing this issue in my Sles-10 machine with 2.7.10 python version

[20180719-05:19:09|root@hgtest01-vm04 ~] python
Python 2.7.10 (default, Jul 18 2018, 01:02:37)
[GCC 4.1.2 20070115 (SUSE Linux)] on linux2
Type «help», «copyright», «credits» or «license» for more information.
Traceback (most recent call last):
File «/etc/pythonstart», line 7, in
import readline
ImportError: No module named readline

installlocation\lib\site-packages\vault\modules\autocomplete.py», line 2, in
import readline
ModuleNotFoundError: No module named ‘readline’

Источник

Оцените статью