Hi. I have tested MySQLdb with python scripts and it's working nice, but when I try to use python 3.2 with the line:
#!/usr/bin/env python3.2
that is working ok with normal scripts, MySQLdb seems not to work. Is this because the module is not installed for this version?
Is there a posibility to use MySQLdb with some python version 2.7 or up?
Thanks in advance and congrats for your job!