Created
June 26, 2012 19:29
-
-
Save abrookins/2998268 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python --version | |
Python 2.6.5 | |
In [1]: import dogapi | |
In [2]: quit() | |
Exception in thread Thread-2 (most likely raised during interpreter shutdown): | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner | |
------------------------------------ | |
$ python --version | |
Python 2.6.5 | |
In [1]: import dogapi | |
In [2]: quit() | |
Exception in thread Thread-2 (most likely raised during interpreter shutdown): | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner | |
File "/usr/local/lib/python2.6/dist-packages/dogapi/stats/periodic_timer.py", line 23, in run | |
File "/usr/lib/python2.6/threading.py", line 395, in wait | |
File "/usr/lib/python2.6/threading.py", line 254, in wait | |
<type 'exceptions.TypeError'>: 'NoneType' object is not callable | |
Exception in thread Thread-1 (most likely raised during interpreter shutdown): | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner | |
File "/usr/local/lib/python2.6/dist-packages/dogapi/stats/periodic_timer.py", line 23, in run | |
File "/usr/lib/python2.6/threading.py", line 395, in wait | |
File "/usr/lib/python2.6/threading.py", line 254, in wait | |
<type 'exceptions.TypeError'>: 'NoneType' object is not callable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment