No, oracle is not listed at web2py startup.

I installed python 2.7 and cx_oracle 5.1.1-10g.win-amd64-py2.7.msi. Should
I use an older version?

Humberto Ferreira da Luz Junior
Mestrado - Ciência da Computação / UEL
Analista de Informática - ATI / UEL



2011/11/25 Massimo Di Pierro <massimo.dipie...@gmail.com>

> Looks like web2py cannot find cx_Oracle.
>
> At startup, do you see Oracle listed as one of the available database
> engines?
>
>
> On Nov 25, 4:48 am, Humberto Ferreira da Luz Junior
> <humbfd...@gmail.com> wrote:
> > I can access the remote database through SQL Developer and also from my
> > local java applications.
> >
> > My db.py:
> > db = DAL("oracle://user/passw...@server.ip:1521/dese")
> >
> > Then when I try to access the database administration I get the following
> > error:
> > <type 'exceptions.RuntimeError'>(Failure to connect, tried 5 times:
> > 'NoneType' object has no attribute 'connect')
> >
> > I'll try a simple python script using cx_oracle as you said.
> >
> > Humberto Ferreira da Luz Junior
> > Mestrado - Ciência da Computação / UEL
> > Analista de Informática - ATI / UEL
>

Reply via email to