[python-win32] announcing Beta test of adodbapi v2.5 with Linux remote from Windows server data access

2013-04-28 Thread Vernon D. Cole
I have tested this with Python 2.5 and up to 3.3. It tests well, but I would like to have a few other people look at it before committing to pywin32 release. This involved major re-factoring, so I may have missed something that the unit tests do not catch. Use of the server or remote sub-modules re

Re: [python-win32] Dropping support for Python 2.3?

2013-04-28 Thread Andreas Holtz
I'm bound to Python 2.5. I make heavy usage of 4Suite which is not supported for Python 2.6+ so I can not upgrade :( Or does anyone know a good XML lib that support xpath? Regards Andreas schrieb Michael Manfre am 26.03.2013 14:08: Anyone running a no longer supported version of Python on Win

Re: [python-win32] Dropping support for Python 2.3?

2013-04-28 Thread Amaury Forgeot d'Arc
2013/4/29 Andreas Holtz > I'm bound to Python 2.5. > I make heavy usage of 4Suite which is not supported for Python 2.6+ so I > can not upgrade :( > Or does anyone know a good XML lib that support xpath? > Did you try lxml? It has good xpath support. And it's actively maintained. -- Amaury For

Re: [python-win32] Dropping support for Python 2.3?

2013-04-28 Thread Vernon D. Cole
2.5 is still good. I am suggesting (begging) that we drop 2.4 . On Apr 28, 2013 11:31 PM, "Andreas Holtz" wrote: > I'm bound to Python 2.5. > I make heavy usage of 4Suite which is not supported for Python 2.6+ so I > can not upgrade :( > Or does anyone know a good XML lib that support xpath? > >

Re: [python-win32] Dropping support for Python 2.3?

2013-04-28 Thread Andreas Holtz
I didn't check it but will have a look. Thank you very much :) Andreas schrieb Amaury Forgeot d'Arc am 29.04.2013 00:38: 2013/4/29 Andreas Holtz mailto:a.ho...@gmx.net>> I'm bound to Python 2.5. I make heavy usage of 4Suite which is not supported for Python 2.6+ so I can not upgrade