vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
615 stars 69 forks source link

Warnings do not appear when using urwid 2.x #34

Closed chrahunt closed 5 years ago

chrahunt commented 5 years ago

When running hachoir-urwid with urwid 2.0.1, any warnings that typically appear at the bottom of the interface (below the tab toolbar) instead appear as blank lines. I have highlighted these lines in my terminal and tried to copy them but they do not appear to contain any text.

I am using the latest version of hachoir from master.

Running hachoir-urwid tests/files/mev.64bit.big.elf:

With urwid 1.3.1:

image

With urwid 2.0.1:

image

vstinner commented 5 years ago

I saw the bug and I have no idea how to fix it.

vstinner commented 5 years ago

Any update on this issue? Is there anyone interested to try to fix it?

vstinner commented 5 years ago

"pip install hachoir[urwid]" now installs pinned version urwid 1.3.1 which is fine with Hachoir. I guess that it's a working workaround.

Hachoir is basically unmaintained. If you want a fix, you have to write it ;-) http://unmaintained.tech/