Git Product home page Git Product logo

Comments (7)

fnk0c avatar fnk0c commented on August 27, 2024

Hello, @Ravi355, first of all, thank you for the report.

Did you renamed the files? I'm asking it because according to your error message there is a file named Admin.py and Admin5.py.
If not, could you send me the command line you're typing?

Best Regards

from cangibrina.

Ravi355 avatar Ravi355 commented on August 27, 2024

Thank you for the quick reply.
Sorry,
I renamed file,
command line I typed : $ python Admin5.py -u example.com

I imported modules are:

from sys import path, argv
import argparse
path.append("src")
import connections

#import scans
from theano import scan

from time import sleep
from threading import Thread, active_count

Best Regards,

from cangibrina.

fnk0c avatar fnk0c commented on August 27, 2024

I believe the error is a typo.

you're doing import connections when it was supposed to be import connection without the s at the end.

from cangibrina.

Ravi355 avatar Ravi355 commented on August 27, 2024

I got following error:

Traceback (most recent call last):
File "Admin5.py", line 27, in
import connection
ImportError: No module named connection

from cangibrina.

fnk0c avatar fnk0c commented on August 27, 2024

Do you have the following files inside the src directory?

  1. banner
  2. connection.py
  3. scans.py

Also, are you modifing the script? Because I'm failing to see why this error is occoruing

from cangibrina.

Ravi355 avatar Ravi355 commented on August 27, 2024

Hello,
I am pleased to inform you that, It's not you're script error. It's my fault.
Thanks for everything you do for me.

Best Regards,

from cangibrina.

fnk0c avatar fnk0c commented on August 27, 2024

Glad to know everything is fine now.
You're welcome and don't hesitate in open other issues if needed.

Good Luck

from cangibrina.

Related Issues (5)

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.