Schrolli91 / BOSWatch

Python Script to process input data from rtl_fm and multimon-NG - multiple Plugin support
https://bwcc.boswatch.de
GNU General Public License v2.0
133 stars 59 forks source link

MySQL Plugin #99

Closed Lieggie closed 8 years ago

Lieggie commented 8 years ago

Hallo Ich versuche seit tagen Boswatch auf meinen Raspi 3 mit dem neusten Kernel zu installieren. Zuvor hatte ich alles auf einem Pi 2 Laufen und will mit dem Umstieg auf den Pi 3 alles neu und sauber installieren. mein Joomla Läuft auf einem Nginx Server mit Mysql sauber. Mein Problem liegt im Logfile

07.07.2016 13:44:33 - pluginLoader [DEBUG ] loading plugins 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Search in plugin folder 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] firEmergency 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] jsonSocket 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] httpRequest 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [ENABLED ] MySQL 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] template 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] notifyMyAndroid 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] BosMon 07.07.2016 13:44:33 - pluginLoader [DEBUG ] Plugin [DISABLED] eMail 07.07.2016 13:44:33 - pluginLoader [DEBUG ] load plugin: MySQL 07.07.2016 13:44:33 - pluginLoader [ERROR ] cannot load plugin: MySQL 07.07.2016 13:44:33 - pluginLoader [DEBUG ] cannot load plugin: MySQL Traceback (most recent call last): File "/root/boswatch/BOSWatch/includes/pluginLoader.py", line 109, in loadPlugin return imp.load_module(plugin["name"], _plugin["info"]) File "/root/boswatch/BOSWatch/plugins/MySQL/MySQL.py", line 16, in import mysql ImportError: No module named mysql 07.07.2016 13:44:33 - pluginLoader [ERROR ] error loading plugin: MySQL 07.07.2016 13:44:33 - pluginLoader [DEBUG ] error loading plugin: MySQL Traceback (most recent call last): File "/root/boswatch/BOSWatch/includes/pluginLoader.py", line 32, in loadPlugins plugin = loadPlugin(i) File "/root/boswatch/BOSWatch/includes/pluginLoader.py", line 109, in loadPlugin return imp.loadmodule(plugin["name"], *plugin["info"]) File "/root/boswatch/BOSWatch/plugins/MySQL/MySQL.py", line 16, in import mysql ImportError: No module named mysql 07.07.2016 13:44:33 - filter [DEBUG ] loading filters 07.07.2016 13:44:33 - filter [DEBUG ] - pocmysql = POC;msg;MySQL;;^([])([a-z]).|^([A-Z])([ ]).|^([A-Z])([a-z])([a-z]). 07.07.2016 13:44:33 - descriptionList [DEBUG ] loading description lists 07.07.2016 13:44:33 - descriptionList [DEBUG ] - load pocsag description list 07.07.2016 13:44:33 - descriptionList [DEBUG ] -- loading poc.csv

Hat jemand ne idee was das sein kann . mfg Thomas

essigt commented 8 years ago

Hey Thomas,

das klingt, als müsstest du noch die MySQL Lib für Python installieren. Versuch es mal damit: sudo apt-get install python-mysql.connector

Gruß Tim

Lieggie commented 8 years ago

Super danke das wars ....nur warum wird der nicht gleich mit instatlliert und warum läuft joomla ...???

Egal läuft wieder kann geschlossen werden

Schrolli91 commented 8 years ago

Super das das so fix geklärt werden konnte...

Steht übrigens auch in der Hilfe ganz unten bei den Requirements: MySQL Connector for Python (for MySQL-plugin)

Lieggie commented 8 years ago

dis ist nun mein 4ter pi den ich so aufsetze nur der erste pi3 mit dem neuen kernel ... manchmal hat mann ein brett vorm kopf danke noch mal und ihr macht hier nen super job