all installed:
Commands:
apt-get install python2.7
apt-get install mysql-server
apt-get install phpmyadmin
apt-get install python-mysqldb
120122 23:17:09 BOT '
www.bigbrotherbot.net (b3) v1.8.0b [posix] [Seda]'
120122 23:17:09 BOT 'Python: 2.7.2 (default, Jan 22 2012, 22:38:23) \n[GCC 4.3.2]'
120122 23:17:09 BOT 'Default encoding: ascii'
120122 23:17:09 BOT 'Starting Cod4Parser v1.3.4 for server 89.231.6.18:28960'
120122 23:17:09 BOT '--------------------------------------------'
120122 23:17:09 BOT 'Attempting to connect to database mysql://baza_2941:******@89.231.6.18/baza_2941...'
120122 23:17:09 CRITICAL "No module named MySQLdb. You need to install python-mysqldb. Look for 'dependencies' in B3 documentation."
Traceback (most recent call last):
File "/home/b3/b3/storage/database.py", line 170, in getConnection
import MySQLdb
ImportError: No module named MySQLdb
im make it:
# apt-get purge python-mysqldb
apt-get -t testing install python-mysqldb
and nothing i dont have mysqldb file.
uts-clan:/home/b3# python
Python 2.7.2 (default, Jan 22 2012, 22:38:23)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mysqldb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mysqldb