Re: [web2py] Re: Access remote oracle database

2011-11-28 Thread Humberto Ferreira da Luz Junior
it to PATH. Now everything is working as should be. Massimo, thanks by your help and patience. Humberto Ferreira da Luz Junior Mestrado - Ciência da Computação / UEL Analista de Informática - ATI / UEL

Re: [web2py] Re: Access remote oracle database

2011-11-28 Thread Humberto Ferreira da Luz Junior
I also tried with the x86 python, but I got the same result. Humberto Ferreira da Luz Junior Mestrado - Ciência da Computação / UEL Analista de Informática - ATI / UEL 2011/11/28 Humberto Ferreira da Luz Junior > I tried also with python 2.5, but without success. > > Importing

Re: [web2py] Re: Access remote oracle database

2011-11-28 Thread Humberto Ferreira da Luz Junior
in my Ubuntu 11.10 and it worked fine, my problem is happening only on my windows 7 x64. Humberto Ferreira da Luz Junior Mestrado - Ciência da Computação / UEL Analista de Informática - ATI / UEL

Re: [web2py] Re: Access remote oracle database

2011-11-25 Thread Humberto Ferreira da Luz Junior
I tried python 2.6.6 with cx_oracle 5.1 and I got the same results. The oracle driver is not listed in the web2py console at startup (running from the source). Humberto Ferreira da Luz Junior Mestrado - Ciência da Computação / UEL Analista de Informática - ATI / UEL

Re: [web2py] Re: Access remote oracle database

2011-11-25 Thread Humberto Ferreira da Luz Junior
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 > Looks l

Re: [web2py] Re: Access remote oracle database

2011-11-25 Thread Humberto Ferreira da Luz Junior
oneType' 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

[web2py] Re: Access remote oracle database

2011-11-24 Thread Humberto
web2py already comes with native oracle support? I installed pyodbc and cx_oracle, but I still can't connect to my remote oracle database. I tested a connection with postgres (I needed to install psycopg2) and it's working fine. Ps. My OS is Windows 7 x64. Ps2. I tried running the web2py binary a

[web2py] Access remote oracle database

2011-11-24 Thread Humberto
Hi, I just started using web2py and I'm don't know how to connect to my remote oracle database. According with the chapter 6 of the official book the url should be the following: oracle://username/password@test There are no parameters for the server ip address in the example, then I tried this: