Kismon / kismon

A GUI client for kismet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module

jackdneilson opened this issue · comments

Exits while trying to find kismon.core

Traceback (most recent call last): File "./kismon", line 2, in <module> import kismon.core ModuleNotFoundError: No module named 'kismon'

Hey,
how do you get there? On which way have you installed kismon?

Hi there,

That's the output I get when attempting to run the binary in the bin folder after cloning from the git repo.

The bin/kismon file is for installations and assumes that kismon module is installed on the system. You can execute kismon/core.py instead, it imports the module from the local directory.

My mistake - I tried to run without building. Feel free to close :)