Skip to content

Tag: python-3.x

Cannot import pywinauto on Windows 10

I installed pywinauto using pip install pywinauto. OS: Windows 10 Python: 3.6.2 When I run python and try to import pywinauto, I get the error: Any ideas how to fix this? Answer I have the same issue today and fixed it by pip install comtypes==1.1.7. It caused by comtypes library which release a new version 1…

Python skip empty cells

I want to be able to search through my dataframe and skip cells that are blank. However, when i read in the DF it reads the blanks as “nan” DF1 I want to be able to filter through Address1, Street and Town. If there is text inside of those columns I want to add a “|” at the start but