Results 1 to 2 of 2
I'm currently using python 3.1.
I'm trying to import MySQL into python 3.1
i tried using this code:
>>import mysql
however, it returned me this error:
Traceback (most recent call ...
- 03-05-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 1
Python & MySQL
I'm currently using python 3.1.
I'm trying to import MySQL into python 3.1
i tried using this code:
>>import mysql
however, it returned me this error:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import mysql
ImportError: No module named mysql
can anybody help me solve this problem?
is python 3.1 compatible with MySQL?
- 03-05-2010 #2
https://sourceforge.net/projects/mysql-python/
according to this, no, even if it was you have to install the module


Reply With Quote
