rshk / python-libxdo

Python bindings for libxdo
BSD 3-Clause "New" or "Revised" License
77 stars 19 forks source link

search_windows WindowName #27

Open NashTools opened 3 years ago

NashTools commented 3 years ago

What type of argument should the window name for search_windows be? I thought it should be a string but I get TypeError: bytes or integer address expected instead of str instance

amasmiller commented 3 years ago

@NashTools: Put a b in front of the string. See https://stackoverflow.com/questions/37888565/python-3-5-ctypes-typeerror-bytes-or-integer-address-expected-instead-of-str.