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

No module named 'util' #4

Closed
vgoklani opened this issue Jul 12, 2018 · 3 comments
Closed

No module named 'util' #4

vgoklani opened this issue Jul 12, 2018 · 3 comments

Comments

@vgoklani
Copy link

Hello - thanks for creating this. Unfortunately we get this error when running:

In [1]: from mani import Mani
   ...: clock = Mani("redis://localhost:6379/")
   ...: 
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-41350acc3f0b> in <module>()
----> 1 from mani import Mani
      2 clock = Mani("redis://localhost:6379/")

~/anaconda3/lib/python3.6/site-packages/mani/__init__.py in <module>()
      1 
----> 2 import util
      3 
      4 import logging
      5 logging.getLogger(__name__).addHandler(logging.NullHandler())

ModuleNotFoundError: No module named 'util'

installed via pip install mani

@sherin
Copy link
Owner

sherin commented Nov 4, 2018

hi @vgoklani - apologies for the extremely delayed response. i saw this now. were you able to fix this?

@sherin
Copy link
Owner

sherin commented Nov 4, 2018

i need to make this package python3 compatible. thanks for reporting. will fix within a week.

@sherin
Copy link
Owner

sherin commented Nov 24, 2018

hi @vgoklani - the latest version 0.3.1 has Python 3 support 🎉

@sherin sherin closed this as completed Nov 24, 2018
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