Hi,
I'm trying to setup my Trac Stack using MySQL. When trying to set the db string up on initenv
, I get the following:
Trac Error: Cannot load Python bindings for MySQL
So in the BitNami cmd line I tried easy_install python-mysql
and get:
error: Setup script exited with error: Unable to find vcvarsall.bat
What is the best way to install python-mysql
? I've found some installers but they won't work as they cannot find the python instance inside bitnami!
Thanks