Re: import cx_Oracle fails!

2005-05-25 Thread Daniel
Hi Bernard My system is a PA 8K series with 4096 MB and 2 processors, running 64 bit mode OS. I only created the recipe above after 1 week of mistakes :-), but I don't know if it will work with your branch of patches @ 11.23 version. I really hate HP-UX >-(, god bless BSD!!! :-D -- http://mai

Re: import cx_Oracle fails!

2005-05-21 Thread Bernard Delmée
Hi Daniel, is your processor Itanium or PA? I am having a hard time getting cx_oracle (4.1) and python (2.3.5) to cooperate on an HP-UX 11.23 server (I see you're running 11.11). I can compile both packages with gcc 3.4.3 either in 32-bit (apparently the default) or 64-bit (-mlp64 gcc flag) but p

Re: import cx_Oracle fails!

2005-05-19 Thread Daniel
And, completing my answer, I'm sending you all how I finally got the Python 2.4.1 and cx_Oracle-4.1 running on my HP-UX (sukz) box: Box: HP-UX B.11.11 Compiling Python 2.4.1 with gcc 3.4.3 = ./configure --with-libs='-lcl' Added Makefile options: CC=

Re: import cx_Oracle fails!

2005-05-19 Thread Daniel
Yes dude, it worked! :-) Thank you very much (Muito obrigado!!!) -- http://mail.python.org/mailman/listinfo/python-list

Re: import cx_Oracle fails!

2005-05-19 Thread Paul D. Lusk
"Daniel" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Hello from Brazil :-) > > I'm trying to bring cx_Oracle alive on my Python 2.4.1 @ HP-UX 11 > (suckz) and Oracle 10.1.0 64bits without success > > I've already tryied the suggestions from Bernard Delmée and Martin v. > Löwis (topic

import cx_Oracle fails!

2005-05-18 Thread Daniel
Hello from Brazil :-) I'm trying to bring cx_Oracle alive on my Python 2.4.1 @ HP-UX 11 (suckz) and Oracle 10.1.0 64bits without success I've already tryied the suggestions from Bernard Delmée and Martin v. Löwis (topic "Python 2.3b1 + cx_oracle 3.0 on HP-UX"), but it didn't work, even when I rec