On clean VM, after:
root@vps384729:~/OG-Bot/ogbot# history
1 apt-get update
2 apt-get install vim git python
3 git clone https://github.com/winiciuscota/OG-Bot
4 cd OG-Bot/
5 pip
6 apt-get install pip
7 apt-get install python-pip
8 pip install -r requirements.txt
9 vim user-example.cfg
10 ls
11 cd ogbot/
12 ls
13 python main.py
14 cd ..
15 cp user-example.cfg user.cfg
16 cd ogbot/
17 python main.py
root@vps384729:~/OG-Bot/ogbot# python main.py
Traceback (most recent call last):
File "main.py", line 8, in
from ogbot.sms import SMSSender
ImportError: No module named ogbot.sms
On clean VM, after:
root@vps384729:~/OG-Bot/ogbot# history
1 apt-get update
2 apt-get install vim git python
3 git clone https://github.com/winiciuscota/OG-Bot
4 cd OG-Bot/
5 pip
6 apt-get install pip
7 apt-get install python-pip
8 pip install -r requirements.txt
9 vim user-example.cfg
10 ls
11 cd ogbot/
12 ls
13 python main.py
14 cd ..
15 cp user-example.cfg user.cfg
16 cd ogbot/
17 python main.py
root@vps384729:~/OG-Bot/ogbot# python main.py
Traceback (most recent call last):
File "main.py", line 8, in
from ogbot.sms import SMSSender
ImportError: No module named ogbot.sms