-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error main.py #8
Comments
Did you install the requirements as per the readme?
|
yes, TS is in the same folder as main.py... where did i do the shit? XXXX@XXXX:~/tsbot/tibia-teamspeak$ ls python-configparser is already the newest version (3.5.0-1). |
You don't list ts3 in your installed packages: https://py-ts3.readthedocs.io/en/v2/installation.html |
Successfully installed ts3-1.0.11 and the module error persists |
Name: ts3 give up! :( kkkkkkk |
I tried to go through debian now, same thing, I install everything that asks, but when running python main.py it gives the ts3 error :( ediinhu@vm-1:~/tibia-teamspeak$ python main.py using command. pip3 list What can it be? |
I have the same problem: Traceback (most recent call last): I already have installed ts3 module |
XXXX@XXXXXXXX:~/tsbot/tibia-teamspeak$ python main.py
Traceback (most recent call last):
File "main.py", line 1, in
import TeamSpeakConnector, TibiaCrawler, os, CherryPyServer, cherrypy
File "/home/XXX/tsbot/tibia-teamspeak/TeamSpeakConnector.py", line 1, in
import TeamSpeakReceiver, TeamSpeakSender, TeamSpeakChannelUpdater, DatabaseConnector, logg
ing, re
File "/home/XXXX/tsbot/tibia-teamspeak/TeamSpeakReceiver.py", line 1, in
import ts3
ImportError: No module named ts3
The text was updated successfully, but these errors were encountered: