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

2013-04-29 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 a.ho...@gmx.net 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

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

2013-04-29 Thread Werner F. Bruhin
On 29/04/2013 00:30, 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? What about Amara 2.x:

[python-win32] Excel + pyinstaller: missing a constant: xlTopToBottom

2013-04-29 Thread Niemann, Hartmut
Hello! The following snippet from win32com.client import constants as xl_constants wbook.ActiveSheet.Range('A3:N' + str(row + 1)).Sort( Key1 = wbook.ActiveSheet.Range('B3'), Orientation = xl_constants.xlTopToBottom, DataOption1 = xl_constants.xlSortTextAsNumbers

[python-win32] Cython-generated module crashes after importing C++-extension compiled with MinGW

2013-04-29 Thread Christoph Groth
Hi, We've developed a (BSD licensed) computational Physics package for Python that is to be released in the coming days. It works flawlessly on unixish systems. I have, however, considerable problems trying to make it to work under Windows as well. (I'm using Windows XP SP3 inside a virtual

Re: [python-win32] Excel + pyinstaller: missing a constant: xlTopToBottom

2013-04-29 Thread Mark Hammond
On 30/04/2013 2:21 AM, Niemann, Hartmut wrote: Hello! The following snippet from win32com.client import constants as xl_constants wbook.ActiveSheet.Range('A3:N' + str(row + 1)).Sort( Key1 = wbook.ActiveSheet.Range('B3'), Orientation = xl_constants.xlTopToBottom, DataOption1 =