I'm new to Python and would like to learn it but also want to use cx_Oracle to access Oracle. I've installed 2 versions of Python and on the latest version (3.1.2) I get the error
File "<stdin>", line 1
install cx_Oracle
^
SyntaxError: invalid syntax
Please Help
I've put the cx_Oracle in the local dirctory and the path to it in the path. I'm using windows
File "<stdin>", line 1
install cx_Oracle
^
SyntaxError: invalid syntax
Please Help
I've put the cx_Oracle in the local dirctory and the path to it in the path. I'm using windows
Comment