kcsaff / getkey

MIT License
41 stars 18 forks source link

Error on Windows #1

Open thorstenkampe opened 7 years ago

thorstenkampe commented 7 years ago
> python
Python 3.6.2 (v3.6.2:5fd33b5, Jul  8 2017, 04:57:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import getkey
>>> getkey.getkey()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "F:\PortableApps\Python\lib\site-packages\getkey\platforms.py", line 40, in getkey
    buffer += c
TypeError: must be str, not bytes
bllngr commented 7 years ago

I'm facing the same issue. Any update on this?