Open GoogleCodeExporter opened 8 years ago
I believe the question is not whether mycehckpoint works with MariaDB, but
rather how to make it work with mysql-python, am I correct?
I'm not sure about the process by which you installed mysql-python.
What happens when you do:
bash$ python
Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>>
Do you get an error? If so, then mysqldb is not properly installed.
Original comment by shlomi.n...@gmail.com
on 18 Dec 2011 at 9:54
no errors
python
Python 2.7.2 (default, Dec 13 2011, 07:52:04)
[GCC 4.4.5 20110214 (Red Hat 4.4.5-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>>
Original comment by eva2...@gmail.com
on 18 Dec 2011 at 4:17
Hmmm... I'm a bit at a loss here. So direct python command line recognizes
MySQLdb, but mycheckpoint does not?
I would create a testing script, which tries to import MySQLdb; place it on
same location as mycheckpoint. Does it work?
Original comment by shlomi.n...@gmail.com
on 18 Dec 2011 at 5:24
Original issue reported on code.google.com by
eva2...@gmail.com
on 18 Dec 2011 at 9:17