-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
execute not call back..... #242
Comments
I had this same problem when I first started, same setup: win 7, 64 bit, Oracle 11gR2. It turned out to be an environment variable issue, and I somehow pulled the answer out of issues #90, #72, and #154. For Windows 7 64-bit, DO NOT include the "c:\instantclient_12_1\vc10" path in the PATH variable as Install.md instructs. That section of your path env var should look like:
|
@iGeechee i found i don't config the python27 environment variable thank you! |
I think the best we can add the Notes in install.md, python is not installed by default configuration environment variable |
Glad I could help! Good thing I left Python's path in there, I was actually going to remove it prior to posting. |
i have install oracle on win7 64bit
code below :
connection.isConnected() // true
the execute method can not call back ....
and not any error console
The text was updated successfully, but these errors were encountered: