Re: [cx-oracle-users] Re: python 2.3 + cx_oracle on HP-UX Itanium
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2005-10-07 15:47:11
|
Could you give me the output from "sys.platform"? I can use that to automatically include in the setup.py the library "ttsh10" in the libraries for that platform -- if you're reasonably certain that this will be true for all users of that platform. On 10/6/05, Bernard Delm=E9e <bd...@ad...> wrote: > 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=3D["clntsh","ttsh10"]) > > Bernard. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |