Closed afh closed 12 years ago
On 20 October 2012 05:44, Alexis Hildebrandt notifications@github.comwrote:
Hi guys, I've been using icsv2ledger some more and noticed that on my workstation running Mac OS X the prompts from raw_input are not presented when I pass in csv data via stdin.
easy_installing readline support fixes the problem. It seems the libedit that Apple ships by default is inferior to the official readline. Do any of you also use Mac OS X? And can you verify the problem? if yes I think the README should include a little note on the issue.
Sorry I don't use macosx, but if you've noticed the problem please add a note to the README file.
Hi guys, I've been using icsv2ledger some more and noticed that on my workstation running Mac OS X the prompts from
raw_input
are not presented when I pass in csv data via stdin.easy_install
ing readline support fixes the problem. It seems the libedit that Apple ships by default is inferior to the official readline. Do any of you also use Mac OS X? And can you verify the problem? if yes I think the README should include a little note on the issue.Here's a little test script I used