Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6216 closed defect (invalid)

AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'

Reported by: ashrar@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11dev-r6049
Python 2.5 (r25:51908, Nov 27 2006, 19:14:46)
[GCC 4.1.2 20061115 (prerelease) (SUSE Linux)]
setuptools 0.6c7
Genshi 0.4.4
pyPgSQL 2.5.1

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/web/main.py", line 381, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/web/main.py", line 160, in dispatch
    if handler.match_request(req):
AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 17 years ago

Keywords: needinfo added

How did you install this plugin?

in reply to:  1 comment:2 by anonymous, 17 years ago

Replying to eblot:

How did you install this plugin?

ashik:/usr/local/src/hellowplugin # python setup.py bdist_egg then Copy this .egg file to /[your trac env]/plugins directory. restart web server.

comment:3 by osimons, 17 years ago

Keywords: needinfo removed
Resolution: invalid
Status: newclosed

I suppose this is the plugin from trachacks:wiki:EggCookingTutorialTrac0.11 ?

If there is something wrong with the tutorial for 0.11, it is something for Trac-Hacks.org and not the Trac project itself. Report the issue there, or help fix the wiki page(s) for the tutorial if the problem persists in latest version.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.