asweigart / bext

A cross-platform Python 2/3 module for colorful, text-based terminal programs.
Other
18 stars 2 forks source link

AttributeError: 'GetKeyUnix' object has no attribute 'getcharsUnix' #5

Open d3en89 opened 2 years ago

d3en89 commented 2 years ago

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