From: Drew P. <dr...@bi...> - 2005-01-09 03:53:59
|
In trying to troubleshoot the source of these errors at program exit: Traceback (most recent call last): File "/usr/local/lib/python2.3/site-packages/dispatch/saferef.py", line 111, in remove function( self ) File "/usr/local/lib/python2.3/site-packages/dispatch/dispatcher.py", line 362, in _removeReceiver for senderkey in sendersBack.get(backKey,()): AttributeError: 'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/usr/local/lib/python2.3/site-packages/dispatch/saferef.py", line 111, in remove function( self ) File "/usr/local/lib/python2.3/site-packages/dispatch/dispatcher.py", line 362, in _removeReceiver for senderkey in sendersBack.get(backKey,()): AttributeError: 'NoneType' object has no attribute 'get' I was trying to compare pydispatcher versions on different boxes. The __init__.py __version__ has been left at '1.0.0' for a while now, which led to some confusion. |