I did not have much luck with 64 bit anything. I think Oracle XE might can be 64 bit but I am using cx_Oracle-5.1.2-11g.win32-py2.7 with 32 bit python 2.7 and web2py 2.0.9.
On Saturday, October 13, 2012 4:58:55 AM UTC-5, Alec Taylor wrote: > > Getting this error: > raise RuntimeError, "no driver available %s", self.drivers TypeError: > raise: arg 3 must be a traceback or None > > Even though I've installed the driver > (instantclient-basic-windows.x64-11.2.0.3.0.zip from > http://www.oracle.com/technetwork/topics/winx64soft-089540.html; + set > ORACLE_HOME env_var to dir where it extracted + added it to PATH) and > python module (cx_Oracle-5.1.2-11g.win-amd64-py2.7.msi from > http://sourceforge.net/projects/cx-oracle/files/5.1.2/). > > Basically I just want to use web2py's DAL, so is there a way I can "fake" > everything? > > Just want to get the SQL Output to plug directly into my DB. > > Thanks for all suggestions, > > Alec Taylor > --

