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

[3.0.24] Broken for Python 3 / ModuleNotFoundError: No module named 'logmod' #104

Open
hartwork opened this issue Jan 1, 2019 · 0 comments

Comments

@hartwork
Copy link

hartwork commented Jan 1, 2019

# cd "$(mktemp -d)"                        

# virtualenv fooo

# python --version
Python 3.6.6

# source fooo/bin/activate

# pip install https://github.com/dieseldev/diesel/archive/master.tar.gz
[..]
Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Werkzeug-0.14.1 asn1crypto-0.24.0 cffi-1.11.5 click-7.0 cryptography-2.4.2 diesel-3.0.24 dnspython-1.16.0 flask-1.0.2 greenlet-0.4.15 http-parser-0.8.3 idna-2.8 itsdangerous-1.1.0 pycparser-2.19 pyopenssl-18.0.0 six-1.12.0 twiggy-0.4.7

# python -c 'import diesel'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmp.3TqpDbqaeU/fooo/lib/python3.6/site-packages/diesel/__init__.py", line 2, in <module>
    from logmod import log, levels as loglevels, set_log_level
ModuleNotFoundError: No module named 'logmod'

The from logmod would ne to be from diesel.logmod I believe.

Related: #95

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

1 participant