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

Unable to get disk_dict working #3

Open
ajitbalan opened this issue Jun 4, 2016 · 3 comments
Open

Unable to get disk_dict working #3

ajitbalan opened this issue Jun 4, 2016 · 3 comments

Comments

@ajitbalan
Copy link

ajitbalan commented Jun 4, 2016

Hi Andrew,

I am using Python 3.5 and ran pip install disk_dict which was successful however when I try to import disk_dict i get the following error:

import disk_dict
Traceback (most recent call last):
File "", line 1, in
File "/Users/foo/project/lib/python3.5/site-packages/disk_dict/init.py", line 1, in
from disk_dict import DiskDict
ImportError: cannot import name 'DiskDict'

I am using a virtualenv as well. I am not sure whats wrong, Am I missing something ? Any help is appreciated

Thanks

@AliShug
Copy link

AliShug commented Oct 12, 2017

Not the maintainer, but I think this package was designed to work with Python 2.7!

@AWNystrom
Copy link
Owner

Yeah, this was indeed written for Python 2.7. If there's interest I could get it working on 3.5. AliShug, did you encounter the same issue?

@AliShug
Copy link

AliShug commented Oct 12, 2017

@AWNystrom Yup, it screws up like this when imported on Python 3(.6 for me). I'm just screwing around with local storage, but if you want this package to gather interest it's probably worth supporting Python 3 👍

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

3 participants