[python-win32] Re: Problem after MS update (scripting

2006-06-14 Thread Roger Upole
Michel Claveau wrote: > Example of error obtained : > Attribute Error! ' Library.DispHTMLSelectElement instance at 0x51317176>' object has no > attribute 'inner Html' > > Other personns in the same case? With the same update installed here, I can still access this attribute for a select box. On

[python-win32] Re: Is pure-win32 GetWindowPlacement() available ?

2006-06-14 Thread Roger Upole
Pierre Rouleau wrote: > Hi all, > > I have been looking for a wrapper for the Win32 function > GetWindowPlacement() but could not find it in the latest version of > Python for Windows extension (version 208). I saw a reference to > PyCWnd.GetWindowPlacement() where a MFC CWnd is needed but cou

[python-win32] Building win32 extensions to Python

2006-06-14 Thread Chris Botos
Hello List, I've been using Python for a couple of months, primarily through wxPython, so I'm relatively new at the game, and to this list. I have a need to interface a wxPython application to some C (and perhaps C++), functions (and classes) that return the results of various computations.

[python-win32] Failed to invoke ActiveScripting debugger

2006-06-14 Thread Bamanzi
Hi, guys I am tring to integrate the Python into our application, which already had support for VBScript, JScript via the MS Active Scripting interface. I executed E:\Python23\Lib\site-packages\win32comext\axscript\client\pyscript.py and now I can execute python scripts from our app. But I fai

[python-win32] Problem after MS update (scripting

2006-06-14 Thread Michel Claveau
Hi!   I updated my windows-scripting-system, next of a security-alarm of MS :  http://www.microsoft.com/downloads/details.aspx?displaylang=fr&FamilyID=d28c02be-cac3-4579-9b93-939fd5d3cde6  (Sorry, it's the french MS link)   Now, many scripts, who worked correctly yesterday, has errors.   Exam