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

ImportError: No module named 'hashtype' #5

Closed
reubano opened this issue Dec 29, 2016 · 2 comments
Closed

ImportError: No module named 'hashtype' #5

reubano opened this issue Dec 29, 2016 · 2 comments

Comments

@reubano
Copy link

reubano commented Dec 29, 2016

Python 3.5.2

Traceback (most recent call last):
  File "gcontact/__init__.py", line 32, in <module>
    from hashes.simhash import simhash as Simhash
  File "/Users/reubano/.virtualenvs/contacts/lib/python3.5/site-packages/hashes/simhash.py", line 10, in <module>
    from hashtype import hashtype
ImportError: No module named 'hashtype'
@reubano
Copy link
Author

reubano commented Jan 4, 2017

Quick fix... thanks! Btw, I've started a fork you may want to take a look at. It breaks few things since it is Python 3+. But let me know if there is anything worth porting that you'd like me to submit PRs for.

@sean-public
Copy link
Owner

sean-public commented Jan 7, 2017

Thank you for reporting that issue, glad to fix it!

Because of the MIT license, you are free to fork, use, modify, sell, etc. the software as you please. However, it also specifies:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

You changed the copyright in this commit, which I now ask you to change back. You can copyright your changes and license them as you wish, but must persist the original copyright and license along with your new one.

reubano added a commit to reubano/changanya that referenced this issue Feb 10, 2017
reubano added a commit to reubano/changanya that referenced this issue Feb 10, 2017
* fixes:
  Bump to version 0.5.1
  Revert copyright (CR sean-public#5)
  [BUGFIX] Don’t yield previously yielded objects
  [BUGFIX] Don’t yield previously yielded objects
  [BUGFIX] Don’t redefine simhash
  Fix register bug
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