• Tools
  • Articles
  • Q&A
  • Login
0 0

sae文档说已经内置了MySQLdb模块,为什么我调用其时它却不存在?


无论我
from sae import const 还是 import sae.MySQLdb 还是 import MySQLdb,
一直产生导入错误ImportError: cannot import name MySQLdb。

如果我直接调用它,就会提示这东西未定义。

sina-app-engine mysqldb python python-mysqldb

10 years, 2 months ago
maggie

maggie


share
maggie 10 years, 2 months ago

Answers

Your Answer

Ask Question
Related questions

python2.7安装MySQLdb报错

Tornado + sqlalchemy在SAE上出现2006, 'MySQL server ...

sae storage 中的文件如何post到其他服务器 ??

BAE,SAE一类平台哪些能支持安装python第三方C扩展的?

Python mysqldb执行execute时出现InterfaceError: (0, '')

Python insert MySQL _mysql_exceptions.Programm...