Kismon / kismon

A GUI client for kismet
BSD 3-Clause "New" or "Revised" License
106 stars 20 forks source link

Cannot find module #8

Closed jackdneilson closed 7 years ago

jackdneilson commented 7 years ago

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'

dreadnought commented 7 years ago

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

jackdneilson commented 7 years ago

Hi there,

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

dreadnought commented 7 years ago

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.

jackdneilson commented 7 years ago

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