I have tried to build and install from source but I get another error.
>python setup.py build
running build
running build_ext
building 'cx_Oracle' extension
error: Unable to find vcvarsall.bat
You said "...installing it into your python's site-packages.". I have
only installed the cx_Oracle bi
I think that it means to run the source version of cx_oracle not the
binary version. This would entail downloading the source of cx_Oracle
and installing it into your python's site-packages.
-Thadeus
On Sat, Mar 27, 2010 at 10:51 AM, Jason Lotz wrote:
> I am trying to connect to an establish
I am trying to connect to an established oracle database. Working in
Windows I downloaded and installed cx_Oracle. In the Python Shell I am
able to make a connection.
>>> db = DAL('oracle://user/passw...@tns')
Traceback (most recent call last):
File "", line 1, in
File "gluon/sql.py", lin
3 matches
Mail list logo