#-*-coding:utf-8-*-
# 导入imp模块
import imp
# 打印出MySQLdb模块
print imp.find_module("MySQLdb")
相关文章
- 10-21python – 导入库问题 – “ImportError:没有名为____的模块”
- 10-21python 类中的某个函数作为装饰器
- 10-21Python中好用的模块们
- 10-21python在不同层级目录import模块的方法
- 10-21python的并发模块concurrent
- 10-21如何导入python模块并公开Robot Ride中的方法
- 10-21python数据结构与算法——图的最短路径(Floyd-Warshall算法)
- 10-21使用Python的datetime模块,我可以获得UTC-11当前所在的年份吗?
- 10-21python – mod_wsgi:ImportError:没有名为’encodings’的模块
- 10-21Python的模块