Re: [python-win32] pywin32 build 214 released

2009-08-05 Thread Marc-Andre Belzile
I have the same problem with 3.0. -mab -Original Message- From: Mark Hammond [mailto:mhamm...@skippinet.com.au] Sent: Wednesday, August 05, 2009 10:13 AM To: Marc-Andre Belzile Cc: Python-win32@python.org Subject: Re: [python-win32] pywin32 build 214 released On 5/08/2009 11:06 PM

Re: [python-win32] pywin32 build 214 released

2009-08-05 Thread Mark Hammond
On 5/08/2009 11:06 PM, Marc-Andre Belzile wrote: I have another problem though when I try to bind the scripting engine to the script site object in my C++ app. Calling IActiveScript::SetScriptSite returns E_FAIL. I haven't try yet with 3.0 and build 213. Is it a known regression with 214? No

Re: [python-win32] pywin32 build 214 released

2009-08-05 Thread Marc-Andre Belzile
with 214? thanks -mab -Original Message- From: Mark Hammond [mailto:mhamm...@skippinet.com.au] Sent: Tuesday, August 04, 2009 7:25 PM To: Marc-Andre Belzile Cc: Python-win32@python.org Subject: Re: [python-win32] pywin32 build 214 released On 5/08/2009 3:55 AM, Marc-Andre Belzile

Re: [python-win32] pywin32 build 214 released

2009-08-04 Thread Mark Hammond
Cc: Python-win32@python.org Subject: Re: [python-win32] pywin32 build 214 released 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 exist

Re: [python-win32] pywin32 build 214 released

2009-08-04 Thread Marc-Andre Belzile
tinis Sent: Wednesday, July 08, 2009 6:22 AM To: mhamm...@skippinet.com.au Cc: Python-win32@python.org Subject: Re: [python-win32] pywin32 build 214 released From: "Mark Hammond" > Thanks for the note - can someone with build 213 for Python 3.0 installed > check if they have the s

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

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 ma

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 int

[python-win32] pywin32 build 214 released

2009-07-07 Thread Mark Hammond
Hi all, I'm happy to announce the release of pywin32 build 214. This release has relatively few changes since build 213, and should, in general, be considered stable. Builds for Python 3.1 are also available. Get it now via https://sourceforge.net/projects/pywin32/files/ Cheers, Mark. Re