Closed ei-grad closed 11 years ago
Same thing with tests: http://pastebin.com/bfvPCPby
I'm not the author of that code, but something is wrong indeed. I haven't checked the status of python bindings for a while, will take a look soon.
Should work now, at least this worked for me on the latest archlinux:
sudo python setup.py install
./test_termboxmodule.py
Although I had to fix test_termboxmodule.py for python3 (xrange -> range). See commit: https://github.com/nsf/termbox/commit/926e9e1772b807c81b7c
Is something broken in current master?