Cyb3r-Jak3 / useful_bot

A simple reddit bot template in python
Mozilla Public License 2.0
2 stars 2 forks source link

centos 7 python module needed #9

Closed hfrance closed 4 years ago

hfrance commented 4 years ago

Excepted Behavior

any idea of the exact library name to install ? python3 cli.py Traceback (most recent call last): File "cli.py", line 6, in import datahandler as dh File useful_bot/useful_bot/datahandler.py", line 4, in import logmaker File "useful_bot/useful_bot/logmaker.py", line 4, in import botinfo ModuleNotFoundError: No module named 'botinfo'

Cyb3r-Jak3 commented 4 years ago

Hi @hfrance

Couple of quick questions.

  1. Python version python -V
  2. Where are you running from?

Steps should be:

git clone https://github.com/Cyb3r-Jak3/useful_bot.git
cd useful_bot
python3 useful_bot/cli.py
Cyb3r-Jak3 commented 4 years ago

Closing Stale