Good evening, using your library I came across two errors the
1st in line 568 and 569 was about sys.out. I fixed it on sys.stdout. after that the error "the out argument was not found" disappeared
Еhe 2nd problem that I can't solve at the moment and to understand what can be done about it :
line 373, in getkey
for c in self.getcharsUnix(blocking):
AttributeError: 'GetKeyUnix' object has no attribute 'getcharsUnix'
Good evening, using your library I came across two errors the 1st in line 568 and 569 was about sys.out. I fixed it on sys.stdout. after that the error "the out argument was not found" disappeared Еhe 2nd problem that I can't solve at the moment and to understand what can be done about it : line 373, in getkey for c in self.getcharsUnix(blocking): AttributeError: 'GetKeyUnix' object has no attribute 'getcharsUnix'
I work on the Ubuntu operating system