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

Error in install ImportError: cannot import name 'scanner' #3

Open
yimilan opened this issue Jun 9, 2019 · 2 comments
Open

Error in install ImportError: cannot import name 'scanner' #3

yimilan opened this issue Jun 9, 2019 · 2 comments

Comments

@yimilan
Copy link

yimilan commented Jun 9, 2019

Have error to install in debian 8, with phyton 3 no import scanner

https://cl.ly/2ccf487c9b6c

@LukaSikic
Copy link
Contributor

Hi @yimilan , how did you install/run the program, as a module?

@gustavi
Copy link

gustavi commented Jul 19, 2019

Same issue here, juste follow installation guide on the README.md.

Logs :

python3 wpbullet.py --help
Traceback (most recent call last):
  File "wpbullet.py", line 2, in <module>
    from core import scanner
  File "/home/jonhdoe/wpbullet/core/scanner.py", line 1, in <module>
    from Modules import *
  File "/home/jonhdoe/wpbullet/Modules/__init__.py", line 1, in <module>
    from .SQLInjection import SQLInjection
  File "/home/jonhdoe/wpbullet/Modules/SQLInjection.py", line 1, in <module>
    from core.modules import BaseClass
  File "/home/jonhdoe/wpbullet/core/modules.py", line 3, in <module>
    from core import scanner
ImportError: cannot import name 'scanner'

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

3 participants