I assume you are using Oracle. You need to install cx_Oracle.

On Thursday, 14 November 2013 10:10:12 UTC-6, Manuele wrote:
>
> Hi, 
>
> I get this error[1] but running interactive shell using same web2py.py 
> with options -S myapp -M everythig runs ok... where can I look for the 
> problem? 
> At the following link[2] you can find the daemon script content I use to 
> run my application. 
>
> Thank you a lot 
> Best regards 
>
>     Manuele 
>
> [1] 
> DEBUG: connect attempt 0, connection error: 
> Traceback (most recent call last): 
>   File "/home/manuele/web2py.git/gluon/dal.py", line 6755, in __init__ 
>     self._adapter = ADAPTERS[self._dbname](**kwargs) 
>   File "/home/manuele/web2py.git/gluon/dal.py", line 2826, in __init__ 
>     if do_connect: self.find_driver(adapter_args,uri) 
>   File "/home/manuele/web2py.git/gluon/dal.py", line 695, in find_driver 
>     raise RuntimeError, "no driver available %s" % self.drivers 
> RuntimeError: no driver available cx_Oracle 
> DEBUG: connect attempt 1, connection error: 
> Traceback (most recent call last): 
>   File "/home/manuele/web2py.git/gluon/dal.py", line 6755, in __init__ 
>     self._adapter = ADAPTERS[self._dbname](**kwargs) 
>   File "/home/manuele/web2py.git/gluon/dal.py", line 2826, in __init__ 
>     if do_connect: self.find_driver(adapter_args,uri) 
>   File "/home/manuele/web2py.git/gluon/dal.py", line 695, in find_driver 
>     raise RuntimeError, "no driver available %s" % self.drivers 
> RuntimeError: no driver available cx_Oracle 
>
> [2] http://paste.debian.net/65857/ 
>

-- 
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/groups/opt_out.

Reply via email to