[cx-oracle-users] Re: python 2.3 + cx_oracle on HP-UX Itanium
Brought to you by:
atuining
From: <bd...@ad...> - 2005-10-06 20:39:08
|
Better late than never ;-) David Ripton provided the solution to the puzzle that is getting cx_oracle to work on hpux / itanium / ora 10g: one needs to add "ttsh10" to the libs line In setup.py. (eg libs=["clntsh","ttsh10"]) Bernard. |