Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 compatibility #13

Closed
drcursor opened this issue Mar 24, 2017 · 1 comment
Closed

Python 3 compatibility #13

drcursor opened this issue Mar 24, 2017 · 1 comment

Comments

@drcursor
Copy link

drcursor commented Mar 24, 2017

I installed this using pip3 and ran around in circles trying to solve the following error :

>>> from pykeepass import PyKeePass
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ImportError: No module named 'pykeepass'`

Took me some time to figure out that this project is only running correctly under Python 2.

This should be made clear on the documentation.

@pschmitt
Copy link
Member

I added a line to the README in 96ad692. I'll leave this issue open nonetheless since Python 3 compatibility is a must have in my opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants