Re: [cx-oracle-users] Re: cx_Oracle Python utility
Brought to you by:
atuining
From: Anthony T. <an...@co...> - 2003-09-02 14:01:13
|
Its not a "feature" but rather a result of the fact that I only actually use Python 2.2 and Python 2.3 now. I have no problem with a patch of that nature. Have you run the test suite after building with that patch? And does it pass completely (other than the Python 2.2 specific stuff)? I don't have any problem applying such a patch. I am a little confused, though. You say that cx_Oracle 3.1 builds acceptably under Python 2.1.3. I assume that means that you got a warning about PyString_FromFormat during compilation which turned into a dynamic link error at runtime? You can either post this on SourceForge or simply resend me the patch in an attachment -- either will do. On Fri, 2003-08-29 at 17:15, Geoff Gerrietts wrote: > cx_Oracle 3.1 builds acceptably under Python 2.1.3, but fails to run. > Apparently 3.1 has used PyString_FromFormat, and that doesn't exist > prior to some version of 2.2. > > I have a patch -- it's not exactly elegant, but it gets the job done > and appears to run correctly. I would submit as a bug and a proposed > patch on sourceforge (and will if you tell me to) but I wasn't sure it > wasn't actually a "feature". > > Patch included below .sig. > > Thanks, > --G. -- Anthony Tuininga an...@co... Computronix Distinctive Software. Real People. Suite 200, 10216 - 124 Street NW Edmonton, AB, Canada T5N 4A3 Phone: (780) 454-3700 Fax: (780) 454-3838 http://www.computronix.com |