Kismon / kismon

A GUI client for kismet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Issues - KismetRest

kerbroasted opened this issue · comments

I am having issues getting kismon to run with the latest version of kismet.

I have installed the KismetRest python module from https://github.com/kismetwireless/python-kismet-rest.git

But when I run kismon whilst kismet is running, I get the following:
Traceback (most recent call last):
File "/usr/local/bin/kismon", line 2, in
import kismon.core
File "/usr/local/lib/python3.7/dist-packages/kismon/core.py", line 39, in
from kismon.client_rest import *
File "/usr/local/lib/python3.7/dist-packages/kismon/client_rest.py", line 33, in
import KismetRest
ModuleNotFoundError: No module named 'KismetRest'

I have also created a directory in my Kismet directory called /python_modules/ and placed the KismetRest module in there.

Can someone help please?

Hi,
did you install the KismetRest module for python3 (not python/python2)? Can you post the commands that you have executed?

The following instructions dont seem to work:
$ git clone https://github.com/kismetwireless/kismet.git
$ cd kismet/python_modules/KismetRest
$ sudo python3 setup.py install

To install kismon I have download the git repository and ran "sudo make install"

I cant get it to work. There is no director for "kismet/python_modules/KismetRest",

For installing the Kismet Module please do this:

git clone https://github.com/kismetwireless/python-kismet-rest.git
cd python-kismet-rest
sudo python3 setup.py install

Then update the Kismon repository (git pull) and install it again. I applied changes to make it work with the latest Kismet Module.

KismetRest was renamed to kismet_rest so codechange is needed.

Yes, that is what I changed in 68c22f4

then i think its fixed:) i pulled it just before you commited.