a) C:\Program Files\Python\Lib\site-packages\circuits>python Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AM D64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import circuits >>> circuits.__file__ '.\\circuits\\__init__.py' b) C:\Program Files\Python\Lib\site-packages\circuits>hg parent changeset: 4178:d4dd143390c9 bookmark: Issue77 tag: tip parent: 4176:1d26f8fef77b user: James Mills date: Tue Mar 18 12:39:23 2014 +1000 summary: Bring back the Exception Event type and use this for critical uncau ght exceptions. Fixes Issue #77