Re: [python-win32] pywin32 build 214 released

2009-07-08 Thread Elias Fotinis
From: Mark Hammond I'm happy to announce the release of pywin32 build 214. Thanks, Mark. Last night I wanted to try Python 3.1 and was wondering when PythonWin will come out. Nice timing! By the way, there's a bug (causing a triple exception) in the display of syntax errors in the

Re: [python-win32] pywin32 build 214 released

2009-07-08 Thread Mark Hammond
Thanks for the note - can someone with build 213 for Python 3.0 installed check if they have the same problem or not (ie, if it is a regression or just the first report of a problem existing for a few months)? Ideally an issue should be opened at sourceforge too - I'm busy at the moment, so

Re: [python-win32] pywin32 build 214 released

2009-07-08 Thread Elias Fotinis
From: Mark Hammond Thanks for the note - can someone with build 213 for Python 3.0 installed check if they have the same problem or not (ie, if it is a regression or just the first report of a problem existing for a few months)? I just tried 213 for 3.0.1 and it works OK, so it looks like a

[python-win32] dbi module deprecated at 2.5. What to use in its place in 2.5, 2.6, and 3.0?

2009-07-08 Thread Dana N
I have a variety of Python 2.4 scripts that utilitize the dbi and odbc modules together. Although I don't have Python 2.5, I've been informed the dbi module has been deprecated at pywin32 2.5.   What do I use in place of dbi for my Python 2.4 scripts that import modules dbi and odbc together.I

Re: [python-win32] dbi module deprecated at 2.5. What to use in its place in 2.5, 2.6, and 3.0?

2009-07-08 Thread Vernon Cole
odbc is compliant with PEP 248, the db api specification v1.0. PEP 248 has been superseded by PEP 249 which is version 2.0 of the db api specification. adodbapi is fully compliant with PEP 249. You may want to consider using the newer version in your new work. Or, if you don't wish to use any of

[python-win32] patch to makepy.py / genpy.py

2009-07-08 Thread Massa, Harald Armin
Hello, in Version 213 of pywin32 within win32com\client\genpy.py on line 814, within def do_gen_file_header(self): there is the assertion: # You must provide a file correctly configured for writing unicode. # We assert this is it may indicate somewhere in pywin32 that needs # upgrading. assert