标签: python cx-oracle
我有
在运行时仍然面临异常ImportError: DLL load failed: The specified procedure could not be found.。
ImportError: DLL load failed: The specified procedure could not be found.
答案 0 :(得分:0)
首先,确保Oracle客户端,Python安装和cx_Oracle安装都相互匹配。在你的情况下,你需要确保它们都是64位,也是11g。其次,如果所有这些都是正确的并且您仍然遇到该错误,则需要找出缺少的依赖项。您可以将此工具用于此目的:
http://www.dependencywalker.com/