AW: Python2.6 + win32com crashes with unicode bug

2009-11-02 Thread Stefan Schukat
trag von GerritM Gesendet: Freitag, 30. Oktober 2009 18:00 An: Terry Reedy Cc: python-list@python.org Betreff: Re: Python2.6 + win32com crashes with unicode bug Terry Reedy schreef: > GerritM wrote: >> I have automated image generation with Python, win32com and Visio5.0. >> T

Re: Python2.6 + win32com crashes with unicode bug

2009-10-30 Thread GerritM
Terry Reedy schreef: GerritM wrote: I have automated image generation with Python, win32com and Visio5.0. This works well upto Python2.5 but fails with Python 2.6. Short term solution is to return to 2.5 :-(. I have reproduced the bug below with a minimum of Python lines. Below the problem th

Re: Python2.6 + win32com crashes with unicode bug

2009-10-29 Thread John Machin
On Oct 30, 11:11 am, Terry Reedy wrote: > GerritM wrote: [snip] > >   File "C:\Python26\lib\site-packages\win32com\client\build.py", line > > 542, in > >     return filter( lambda char: char in valid_identifier_chars, className) > > UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in posi

Re: Python2.6 + win32com crashes with unicode bug

2009-10-29 Thread Terry Reedy
GerritM wrote: I have automated image generation with Python, win32com and Visio5.0. This works well upto Python2.5 but fails with Python 2.6. Short term solution is to return to 2.5 :-(. I have reproduced the bug below with a minimum of Python lines. Below the problem the working example from

Python2.6 + win32com crashes with unicode bug

2009-10-29 Thread GerritM
I have automated image generation with Python, win32com and Visio5.0. This works well upto Python2.5 but fails with Python 2.6. Short term solution is to return to 2.5 :-(. I have reproduced the bug below with a minimum of Python lines. Below the problem the working example from 2.5 kind rega