yeah I tried spinning up another application in my Non-prod env. 2.12.3-stable+timestamp.2015.08.19.00.18.03 (Running on Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips mod_wsgi/3.4 Python/2.7.5, Python 2.7.5)
and just changed the URI from: uri = sqlite://storage.sqlite to: uri = oracle://............ and got the same error. and I didnt import anything just changed that one thing on that app and it gave be the same error just trying to load the index page as second error I pasted above. On Tuesday, October 6, 2015 at 4:23:05 PM UTC-7, Leonel Câmara wrote: > > Well the dal tries to "import cx_Oracle" and it should work since it's > installed - Weird. Did you already have web2py running before installing > cx_Oracle and you didn't restart it (say by touching its uwsgi config > file)? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

