Hello ive try to install the b3 on an ubuntu server.
Ive installed
- python 2.7
- setuptools
- mysqldb
But in my Log ive found this:
110412 14:15:03 BOT
www.bigbrotherbot.net (b3) v1.4.2b [posix] [Daniel]
110412 14:15:03 BOT Python: 2.7.1 (r271:86832, Apr 8 2011, 12:48:34)
[GCC 4.4.5]
110412 14:15:03 BOT Starting Cod7Parser v1.0.4 for server 173.199.105.72:3134
110412 14:15:03 BOT --------------------------------------------
110412 14:15:03 BOT Attempting to connect to database mysql://Bigbrotherbot:******@dedi670.your-server.de/Bigbrotherbot...
110412 14:15:03 CRITICAL No module named MySQLdb. You need to install python-mysqldb. Look for 'dependencies' in B3 documentation.
Traceback (most recent call last):
File "/srv/Daten/Daten/NEU/b3/b3/storage.py", line 165, in getConnection
import MySQLdb
ImportError: No module named MySQLdb
i have try to found some install guides for mysqldb but i dont find a solution...can anyone help me?
sudo apt-get install python-mysqldb sayed : I have already the newest Version