Just reading though the FAQ.
Said about CentOS and some thing.
So did some stuff it said todo.
And then ran B3 again.
110313 17:29:21 BOT www.bigbrotherbot.net (b3) v1.4.1 [posix] (Daniel)
110313 17:29:21 BOT Python: 2.6.6 (r266:84292, Mar 12 2011, 13:50:31)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]
110313 17:29:21 BOT Starting Cod4Parser v1.3.2 for server 178.238.130.174:28960
110313 17:29:21 BOT --------------------------------------------
110313 17:29:21 BOT Attempting to connect to database mysql://jacksterb3:******@db4free.net/jacksterb3...
110313 17:29:21 CRITICAL No module named MySQLdb. You need to install python-mysqldb. Look for 'dependencies' in B3 documentation.
Traceback (most recent call last):
File "/home/GameServers/B3/b3/storage.py", line 160, in getConnection
import MySQLdb
ImportError: No module named MySQLdb
So I do:
[root@thejackster B3]# yum search MySQLdb
Loaded plugins: fastestmirror, protectbase
Loading mirror speeds from cached hostfile
* addons: mirror.sov.uk.goscomb.net
* base: mirror.sov.uk.goscomb.net
* epel: mirror01.th.ifl.net
* extras: mirrors.melbourne.co.uk
* rpmforge: fr2.rpmfind.net
* updates: mirrors.melbourne.co.uk
0 packages excluded due to repository protections
=============================== Matched: MySQLdb ===============================
MySQL-python.i386 : An interface to MySQL
[root@thejackster B3]#
But MySQLdb is installed.
# yum install MySQL-python
Loaded plugins: fastestmirror, protectbase
Loading mirror speeds from cached hostfile
* addons: mirror.sov.uk.goscomb.net
* base: mirror.sov.uk.goscomb.net
* epel: mirror01.th.ifl.net
* extras: mirrors.melbourne.co.uk
* rpmforge: fr2.rpmfind.net
* updates: mirrors.melbourne.co.uk
0 packages excluded due to repository protections
Setting up Install Process
Package MySQL-python-1.2.1-1.i386 already installed and latest version
Nothing to do
[root@thejackster B3]#
This is making no sense to me :/