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 'logmod' #95

Closed
scottmiao opened this issue Oct 1, 2014 · 4 comments
Closed

No module named 'logmod' #95

scottmiao opened this issue Oct 1, 2014 · 4 comments

Comments

@scottmiao
Copy link

No description provided.

@scottmiao scottmiao changed the title f*k No module named 'logmod' Oct 1, 2014
@dowski
Copy link
Member

dowski commented Dec 6, 2014

Thanks for the report. Do you have more details on this? A full traceback, perhaps?

@ulikoehler
Copy link

Here it is:

Original exception was:
Traceback (most recent call last):
  File "http.py", line 1, in <module>
    import diesel
  File "/usr/local/lib/python3.4/dist-packages/diesel/__init__.py", line 2, in <module>
    from logmod import log, levels as loglevels, set_log_level
ImportError: No module named 'logmod'

This error

Steps to reproduce (uses one of the examples from the Diesel website:

sudo pip3 install diesel
git clone https://gist.github.com/39dad2b6500837a7e834.git
cd 39dad2b6500837a7e834
python3 dieseltest.py

Please feel free to ask if I can help fixing this issue or if you need any additional info!

@dowski
Copy link
Member

dowski commented Jan 2, 2015

Ah, looks like you're running on Python 3. diesel 3.x doesn't support Python 3.

It's not all bad news though - I'm doing some work in a diesel4 branch and will be targeting Python 3 support there. I think @msabramo has done some work toward Python 3 compatibility and I hope to incorporate that.

@dowski
Copy link
Member

dowski commented Mar 15, 2015

Closing this in favor of #97. We'll track Python 3 support there.

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