Opened 17 years ago
Closed 17 years ago
#6216 closed defect (invalid)
AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'
Reported by: | 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)
follow-up: 2 comment:1 by , 17 years ago
Keywords: | needinfo added |
---|
comment:2 by , 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 , 17 years ago
Keywords: | needinfo removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.
How did you install this plugin?