This is not exactly my first installation, I have been dabbling for a couple of years and successfully installed on 32-bit Win platforms as well as Debian and CentOs. So I am not a *total* noob.

Now, it seems I am stuck. Has anyone successfully gotten B3 to run on a AMD64 Server 2K3 platform?
I am getting the all-too-familiar database connector problem:
100830 19:06:19 BOT www.BigBrotherBot.com (b3) v1.3.3 [nt] (Daniel)
100830 19:06:19 BOT Python: 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)]
100830 19:06:19 BOT Starting Cod4Parser v1.3.2 for server 127.0.0.1:28960
100830 19:06:19 BOT --------------------------------------------
100830 19:06:19 BOT Attempting to connect to database mysql://SecretUserName:******@localhost/b3...
100830 19:06:19 CRITICAL DLL load failed: The specified module could not be found.. You need to install python-mysqldb. Look for 'dependencies' in B3 documentation.
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\b3-1.3.3-py2.6.egg\b3\storage.py", line 160, in getConnection
import MySQLdb
File "C:\Python26\lib\site-packages\MySQLdb\__init__.py", line 19, in <module>
import _mysql
ImportError: DLL load failed: The specified module could not be found.
100830 19:06:19 INFO STDOUT 220
100830 19:06:19 INFO STDOUT
The MySql Python libraries are right where they belong but are not being loaded (I checked the file locations against a working 32-bit Windoze machine). I suspect the problem is with the 64-bit Python or MySql connector.
I am using the 64-bit MySql-Python package located here:
http://www.codegood.com/archives/4 (The "MySQL-python-1.2.2.win-amd64-py2.6.exe" version)
I tried to install the 32-bit versions and got an error on execution of the installer package. Any ideas?