Re: [python-win32] How to create a empty com object

2011-02-20 Thread Matteo Boscolo
I did some other search I try to pass a object() to the activeComponent but the active component need a COM VARIANT.. there is any way to create a null COM VARIANT ? or to pass a c++ NULL equivalent object ? regards, Matteo Il 19/02/2011 01:03, Mark Hammond ha scritto: [Re-added the python

Re: [python-win32] How to create a empty com object

2011-02-20 Thread Mark Hammond
On 21/02/2011 7:42 AM, Matteo Boscolo wrote: I did some other search I try to pass a object() to the activeComponent but the active component need a COM VARIANT.. there is any way to create a null COM VARIANT ? or to pass a c++ NULL equivalent object ? win32com automatically creates a variant

[python-win32] [ANN] pywin32 build 215 released.

2011-02-20 Thread Mark Hammond
Hi all, I'm happy to announce the release of pywin32 build 215. This release has relatively few changes since build 214, although a number of bugs have been addressed - the notable changes are: * The build process no longer includes a "manifest" in python 2.6 and later versions - this shoul

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2011-02-20 Thread Mark Hammond
On 15/02/2011 9:47 PM, B Kobben wrote: Mark, in the beginning of this thread you said: I will check that into cvs so the next pywin32 version will have that fixed. But after installing Python 2.7 the problem did return and your solution worked again, so it looks like still not solved in the c

Re: [python-win32] [ANN] pywin32 build 215 released.

2011-02-20 Thread Vernon Cole
Mark: Trouble! in build 215, the Python 3 versions of adodbapi are broken. It seems that when 2to3 is run on adodbapi.py, the "raise" filter is missing, so that two syntax errors are left in the module. -- Vernon On Sun, Feb 20, 2011 at 5:40 PM, Mark Hammond wrote: > Hi all, > I'm happy

Re: [python-win32] [ANN] pywin32 build 215 released.

2011-02-20 Thread Mark Hammond
On 21/02/2011 3:37 PM, Vernon Cole wrote: Mark: Trouble! in build 215, the Python 3 versions of adodbapi are broken. It seems that when 2to3 is run on adodbapi.py, the "raise" filter is missing, so that two syntax errors are left in the module. Ouch! I'll look into this in the next

Re: [python-win32] [ANN] pywin32 build 215 released.

2011-02-20 Thread Michel Claveau
Hi! Download Uninstall 214 Install 215 for Py 2.6 (under Windows 7 ultimate 32 bits) And... this message: --- AutoIt v3: PonxTest101.exe - Erreur système --- Impossible de démarrer le programme car il manque MSVCR90.dll sur votre ordinateur. Essa

Re: [python-win32] [ANN] pywin32 build 215 released.

2011-02-20 Thread Michel Claveau
Re ! ...and aaarrrggghhh!!! After install msvcr90.dll, Pywin32/215 is OK. But no. Several softwares, who call my COM servers (written with python/pywin32) give this message: --- Microsoft Visual C++ Runtime Library --- Runtime Error! P