id summary reporter owner description type status priority component severity resolution keywords cc release 1656 Traceback with new installation of plugin anonymous Noah Kantrowitz "This may be an installation issue; any guidance is appreciated. Here's what I did & what I encountered: - Downloaded the zipped package - Unzipped it - Build it using {{{ python setup.py bdist_egg }}} - Cd'ed to dist directory - Copied the egg file {{{ TracPrivateTickets-1.1.1-py2.4.egg }}} to my plugins dir - Edited my trac.ini {{{ [components] . . privatetickets.* = enabled [privatetickets] group_blacklist = anonymous, authenticated }}} - Restarted Apache When I then go to my Trac installation & click 'View Tickets', I receive the following traceback: {{{ Traceback (most recent call last): File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 387, in dispatch_request dispatcher.dispatch(req) File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 176, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 264, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File ""build/bdist.linux-i686/egg/privatetickets/report.py"", line 16, in pre_process_request AttributeError: 'NoneType' object has no attribute 'has_permission' }}} " defect closed normal PrivateTicketsPlugin normal wontfix 0.10