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
This issue was resolved with the release of PyWin32 version 214.
Chris
On Tue, Jul 7, 2009 at 11:17 AM, Chris Kaynor wrote:
> I have an install of Python 2.6.2 and am trying to get a copy of
> PyWin32 (version 213) installed under the site-packages folder. The
> install process always gives the f
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 t
On 8/07/2009 9:19 PM, Dana N wrote:
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
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
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
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 ma
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 int