question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named events

See original GitHub issue

Getting the error

File "/usr/local/lib/python2.7/dist-packages/raven/base.py", line 679, in captureException
  File "/usr/local/lib/python2.7/dist-packages/raven/base.py", line 524, in capture
  File "/usr/local/lib/python2.7/dist-packages/raven/base.py", line 302, in build_msg
  File "/usr/local/lib/python2.7/dist-packages/raven/base.py", line 253, in get_handler
  File "/usr/local/lib/python2.7/dist-packages/raven/base.py", line 49, in __missing__
ImportError: No module named events

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
StephanErbcommented, Sep 26, 2016

FWIW, I have just seen something like this when a host was running out of file handles. @Simanas maybe you have a similar problem?

0reactions
georgexshcommented, Apr 17, 2017

@StephanErb same as you, this error disappeared after we fixed a fd leak bug.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: No module named 'event' - Python 3.5.2 · Issue #1
Hello there,. I am getting "ModuleNotFound: No module named event" on - from event import Event. Also getting "ModuleNotFoundError: No ...
Read more >
from models import Event ModuleNotFoundError: No module ...
python - from models import Event ModuleNotFoundError: No module named 'models' - Stack Overflow. Stack Overflow for Teams – Start ...
Read more >
How to fix “ImportError: No module named …” error in Python?
1. Find the python installation location using the command where python in the command prompt. 2. Navigate to the Scripts folder under the...
Read more >
[Plone-Users] ImportError: No module named event
Hi,. for some reason my zope instance (Plone 4.1) does not start anymore, although I am not aware of any changes which might...
Read more >
ImportError: no module named shared - Ignition
Hello, I am receiving this error: Traceback (most recent call last): File “event:propertyChange”, line 2, in File “”, line 8, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found