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

2011-03-04 Thread Michel Claveau
Hi! Could you also please try "wscript.exe win32com\test\testInterp.vbs" This is OK. BUT, if I add this line: import win32ui in the script C:\Python26\Lib\site-packages\win32com\servers\interp.py the test give the (allways same) error. I tried on : Python 2.6.5 with Windows 7

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

2011-02-28 Thread Michel Claveau
Re-re... etc. I have the same problem with ietoolbar.py (in C:\Python26\Lib\site-packages\win32com\demos) good night (here, it is late...) -- Michel Claveau ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/list

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

2011-02-28 Thread Michel Claveau
Re-re-re...! I found!!! The problem is linked to this line: import win32ui If I comment it (or delete), the problem disappears. If I de-comment, the problem come back. As I can replace win32ui, the problem is solved for me. But, if you want that I try some other things, I am available for

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

2011-02-28 Thread Mark Hammond
On 28/02/2011 11:53 PM, Michel Claveau wrote: Hi! After some tests... Again the same error: --- Microsoft Visual C++ Runtime Library --- Runtime Error! Program: C:\Windows\System32\WScript.exe R6034 An application has made an attempt to load the C

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

2011-02-28 Thread Michel Claveau
Hi! After some tests... Again the same error: --- Microsoft Visual C++ Runtime Library --- Runtime Error! Program: C:\Windows\System32\WScript.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact t

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

2011-02-27 Thread Mark Hammond
On 28/02/2011 9:56 AM, Michel Claveau wrote: Hi! Thanks for 216. But, I have the same problem, when I want acces to Python/Pywin32-COM's servers. (However, no message on msvcr90) Below, example of messages. If I reinstall 214, the problem is solved. I meant to mention in my announcement that

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

2011-02-27 Thread Michel Claveau
Hi! Thanks for 216. But, I have the same problem, when I want acces to Python/Pywin32-COM's servers. (However, no message on msvcr90) Below, example of messages. If I reinstall 214, the problem is solved. @-salutations -- Michel Claveau --- Microsoft Visual C++ R

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

2011-02-27 Thread James Mills
On Sun, Feb 27, 2011 at 9:40 PM, Mark Hammond wrote: > Hi all, >  Hot on the heels of being happy to announce build 215, I'm fairly > nonchalant about announcing the release of pywin32 build 216 . > > This release is primarily to address some build related issues in build 215. >  If you use pywin3

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

2011-02-27 Thread Mark Hammond
Hi all, Hot on the heels of being happy to announce build 215, I'm fairly nonchalant about announcing the release of pywin32 build 216 . This release is primarily to address some build related issues in build 215. If you use pywin32 to host COM objects (as opposed to simply using COM objec