[python-win32] FW: pywintypes Error

2016-02-22 Thread KiranKumarJakkampudi
Hi , I am getting an error mentioned below while using in some of the machines when trying to open the application where as it is working fine in some of the machines : I also tried to create the Class id manually using the reg-edit but it didn't worked. I am using win-7 32 bit OS , python 2.4

Re: [python-win32] equivalent selenium findElement(By.xpath...) with win32com

2016-02-22 Thread Tim Roberts
laurent solano wrote: > > I'm automating ie webbrowser with win32com module. > > I need to locate some xpath elements to manipulate them. Is there a > way to do it ? > More or less, i need the same feature than findElement(By.xpath ...) > from selenium. Why don't you show us the code you have? T

[python-win32] program with embedded python fails to start witn python 2.7.11 amd64

2016-02-22 Thread Simon Callan
Hi, I have a windows program that has python embedded in for scripting programs. If I install Python 2.7.10 64 bit (python-2.7.10.amd64.msi), and run the program, it works fine. If I install Python 2.7.11 64bit (python-2.7.11.amd64.msi), and run the program, fails with the error "missing modul

[python-win32] equivalent selenium findElement(By.xpath...) with win32com

2016-02-22 Thread laurent solano
Hi, I'm automating ie webbrowser with win32com module. I need to locate some xpath elements to manipulate them. Is there a way to do it ? More or less, i need the same feature than findElement(By.xpath ...) from selenium. Can anyone help ? thanks in advance, Laurent, ___