Closed zeridon closed 10 years ago
Uhm, argparse is a standard module since Python 3.2, why should I add it as a dependency as Python 3.3 is required?
Sorry missed that Python3 is required.
That aside though adding it makes it work on Python 2.7.
Will give it a more thorough test and see if all functionality is ok and report back
I don't see a possibility to get it work on Python 2.7 through curses unicode support; see #31 However, if you know a solution for the problem raised in this issue, I'm open to it.
Add argparse to dependencies as it is necessary for normal operations