Results 1 to 2 of 2

Thread: Problem with "Traceback" while running theHarvester

  1. #1
    Join Date
    Nov 2019
    Beans
    3

    Problem with "Traceback" while running theHarvester

    I'm running KDE Neon v5.17 with Python 3.7

    My problem is that theHarvester simply wont work. This is the error I get.

    Code:
    Traceback (most recent call last):
      File "theHarvester.py", line 9, in <module>
        from theHarvester import __main__
      File "/home/justin/theHarvester/theHarvester/__init__.py", line 1, in <module>
        from gevent import monkey as curious_george
    ModuleNotFoundError: No module named 'gevent'
    Error in sys.excepthook:
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
        from apport.fileutils import likely_packaged, get_recent_crashes
      File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
        from apport.report import Report
      File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
        import apport.fileutils
      File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
        from apport.packaging_impl import impl as packaging
      File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
        import apt
      File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
        import apt_pkg
    ModuleNotFoundError: No module named 'apt_pkg'
    
    Original exception was:
    Traceback (most recent call last):
      File "theHarvester.py", line 9, in <module>
        from theHarvester import __main__
      File "/home/justin/theHarvester/theHarvester/__init__.py", line 1, in <module>
        from gevent import monkey as curious_george
    ModuleNotFoundError: No module named 'gevent'
    Now I'm in the early process of learning Python so I really have no clue whats going on here or if this problem can even be fixed.

    Any help will be greatly appreciated. Thank you.
    Last edited by uRock; November 7th, 2019 at 04:33 PM. Reason: font

  2. #2
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Problem with "Traceback" while running theHarvester

    Per our CoC, we do not offer support with penetration tools.

    Thread Closed.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •