raymontag / keepassc

KeePassC is a curses-based password manager compatible to KeePass v.1.x and KeePassX
http://raymontag.github.com/keepassc/
ISC License
310 stars 23 forks source link

Add argparse to dependencies #57

Closed zeridon closed 10 years ago

zeridon commented 10 years ago

Add argparse to dependencies as it is necessary for normal operations

raymontag commented 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?

zeridon commented 10 years ago

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

raymontag commented 10 years ago

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.