Open
Description
On os x, I had a list in my clipboard, did:
pbpaste | bar_chart.py -v |head -n 30
The chart works fin when I do not pipe into head, but I wanted to only show the top 30 items. Piping into head does limit to 30 rows, as expected, but at the end I also see this error output printed:
close failed in file object destructor:
Error in sys.excepthook:
Original exception was:
Activity
ojilles commentedon Mar 27, 2011
This just works fine for me... not sure what the problem is in your case:
brxie commentedon Jan 31, 2015
Same problem on Ubuntu 14.04. Fixed in #23