Re: [web2py] global name 'cx_Oracle' is not defined

2010-03-27 Thread Jason Lotz
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

Re: [web2py] global name 'cx_Oracle' is not defined

2010-03-27 Thread Thadeus Burgess
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

[web2py] global name 'cx_Oracle' is not defined

2010-03-27 Thread Jason Lotz
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