Created
February 13, 2017 13:11
-
-
Save udhayprakash/fbe8d320aa3a9c6ab307d7696cc809ad to your computer and use it in GitHub Desktop.
Unable to import cx_Oracle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [7]: import cx_Oracle | |
--------------------------------------------------------------------------- | |
ImportError Traceback (most recent call last) | |
<ipython-input-7-d1ecebcba3d2> in <module>() | |
----> 1 import cx_Oracle | |
ImportError: DLL load failed: The specified module could not be found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment