Closed DevonVille closed 11 years ago
Sorry you need Python 3.3 instead of 3.2. Look at issue #31
Uh huh...Maybe it should be written in the README as well, as it only says python 3 is required. Thanks anyway:)
Oh, I thought it's written there. Will add this.
I get this error with python 3.4.0, too. Compiled Python 3.4.0 for arm and then PyCrypto via pip3.4 installed and keepassc and kppy with python3.4 setup.py install. The system default's Python is 2.7 though.
If Python 2.7 is your default, have you started keepassc with 'python3.4 /path/to/keepassc'? Because keepassc has '#!/usr/bin/env python' and not '... python3'.
Yes, I started it with python3.4 ./bin/keepassc. and with a link to python3.4 ~/bin/python so that /usr/bin/env python returns a python3.4-shell.
Ok, that is interesting. I've tested KeePassC on a Raspberry Pi with ArchLinux for ARM and it works...
I get so many errors I'm embarrassed:) When I prompt for an entry from the command line, keepassc manages to find them and print them to stdout.
but when I try to open the curses interface, it throws out an error:
It does so even if I add the path to the DB and key file in advance through the CLI, i.e.
keepassc -d /path/to/database.kdb -k /path/to/keyfile