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

Suspicious import problem #30

Open
menshikh-iv opened this issue Mar 7, 2018 · 0 comments
Open

Suspicious import problem #30

menshikh-iv opened this issue Mar 7, 2018 · 0 comments
Labels

Comments

@menshikh-iv
Copy link
Contributor

Intro

If I install Bounter, I found some suspicious imports, like

from bounter_cmsc ...
from bounter_htc ...

This definitely should be "part" of bounter (not some external imports).

What happens

Probably, the problem with the place of files

In [1]: import bounter_cmsc

In [2]: bounter_cmsc
Out[2]: <module 'bounter_cmsc' from '/home/ivan/.virtualenvs/qqq/local/lib/python2.7/site-packages/bounter_cmsc.so'
# should be in "site-packages/bounter/" folder, not in the "site-packages/"

In [3]: import bounter

In [4]: bounter
Out[4]: <module 'bounter' from '/home/ivan/.virtualenvs/qqq/local/lib/python2.7/site-packages/bounter/__init__.pyc'>
# this is correct place

Can you comment this @isamaru?
Also, one more (unrelated) question - can Bounter work in "exact" mode (without any probabilistic stuff), like a classical hash-table?

@menshikh-iv menshikh-iv added the bug label Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant