manju1847

Results 10 comments of manju1847

I am seeing the same issue with Python 3.7.4. Here are the other details: Installed comtypes-1.1.12, six-1.16.0 and pywinauto-0.6.8 and pywin32-b224 Please someone help me how to resolve this ![image](https://user-images.githubusercontent.com/101901889/161653082-a676f53d-1631-4507-acd3-09fd60688864.png)

Upgraded my environment, cleared the com cache. But nothing is helping, I still see the same issue. Here are the details of my upgraded environment Python version 3.8.3 PyWin32 version...

Its working with comtypes 1.1.11. Please see the below screen shot ![image](https://user-images.githubusercontent.com/101901889/161868009-a7105bad-1890-40e0-9cb2-ad46eef62f79.png)

@Urvika-gola Were you able to resolve this issue. I am also having the same setup, getting the same issue and I am stuck on this. As @shoaibmansoor said, I even...

@Urvika-gola Glad to see your response. Yes. I tried with that too. desired_caps["app"] = "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App". Still no luck. Do we need to install Appium server by any chance? Currently in...

Yes. I am only starting WinAppDriver manually on local machine. I have windows calculator up and running. I have installed python Appium-Python-client package and enabled developer mode on my Windows...

@jewilder: I tried the command that you shared. Still the result is same - HTTP/1.1 404 Not Found After some hit and try, I found issue is because of extra...

Machine on which I am installing is not having outbound connection to internet. So I am installing from the disk providing the path to the package. Same approach on same...

Yes. Installed latest setuptools. Still I see the same error. D:\softwares\Python12>pip install d:\softwares\Python12\setuptools-69.0.3-py3-none-any.whl Processing d:\softwares\python12\setuptools-69.0.3-py3-none-any.whl Installing collected packages: setuptools Successfully installed setuptools-69.0.3 D:\softwares\Python12>pip list Package Version ---------- ------- comtypes 1.2.1...

Same error can be reproduced even with Python 3.11.7. Just FYI