Giter Club home page Giter Club logo

Comments (9)

D4Vinci avatar D4Vinci commented on August 23, 2024 1

Here I have two things to say:

  1. You installed the requirements using python 3 not python 3.7, so use python3.7 -m pip to install the requirements with python 3.7.
  2. As you have multiple python versions, always use the python3.7 command, not python3 ( Of course after doing step 1)

from qrljacking.

ronitprajapati avatar ronitprajapati commented on August 23, 2024

i have this problem

from qrljacking.

ronitprajapati avatar ronitprajapati commented on August 23, 2024

please give me a solution

from qrljacking.

jeretc avatar jeretc commented on August 23, 2024

Look at the error output, you're missing "ModuleNotFoundError: No module named 'readline'.
install it with "pip3 install readline". Make sure you have python3 installed.

from qrljacking.

mianumar avatar mianumar commented on August 23, 2024

readline'.
install it with "pip3 install readline". Make sure you have python3 installed.

I run this commond but same problem

from qrljacking.

pavankumar-reddy avatar pavankumar-reddy commented on August 23, 2024

i too have a problem.i cant open it

from qrljacking.

jibin-p-thomas avatar jibin-p-thomas commented on August 23, 2024

root@kali:~/Desktop/app/QRLJacking/QRLJacker# python3 QrlJacker.py
Traceback (most recent call last):
File "QrlJacker.py", line 4, in
from core import Cli,utils,Settings,db
File "/root/Desktop/app/QRLJacking/QRLJacker/core/Cli.py", line 4, in
import os,sys,time,random,traceback,json,argparse,readline
ModuleNotFoundError: No module named 'readline'

Can anyone help me please?

i too have this problem? anyone please give a solution??

from qrljacking.

Derick8 avatar Derick8 commented on August 23, 2024

Same problem!, did all the steps mentioned in this chain

Traceback (most recent call last):
File "QrlJacker.py", line 4, in
from core import Cli,utils,Settings,db
File "/root/mytools/QRLJacking/QRLJacker/core/Cli.py", line 4, in
import os,sys,time,random,traceback,json,argparse,readline
ModuleNotFoundError: No module named 'readline'

from qrljacking.

AlistairXX avatar AlistairXX commented on August 23, 2024

Same issue doesn't work

from qrljacking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.