报错信息:
>>> import MySQLdb
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\MySQLdb\__init__.py", line 19, in
import _mysql
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
>>> quit
Use quit() or Ctrl-Z plus Return to exit
怎么查看自己的python是多少位?
C:\Users\jerome>python
Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>>