Ticket #7172 (new defect)
Cannot find an implementation of the "ICaptchaMethod" interface named "ImageCaptcha".
| Reported by: | shendric | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | plugin/spamfilter | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | shendric@… |
Description
How to Reproduce
While doing a GET operation on /captcha, Trac issued an internal error.
Imaging-1.1.6 from PIL was installed using sudo python setup.py install
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
System Information
| Trac | 0.11dev-r6886 |
| Python | 2.4.3 (#2, Oct 6 2006, 08:04:11) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] |
| setuptools | 0.6c8 |
| SQLite | 3.2.8 |
| pysqlite | 2.0.5 |
| Genshi | 0.4.4 |
| mod_python | < 3.2 |
| Subversion | 1.3.1 (r19032) |
| jQuery: | 1.2.3 |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r6886-py2.4.egg/trac/web/main.py", line 417, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r6886-py2.4.egg/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/TracSpamFilter-0.2.1cdev_r6883-py2.4.egg/tracspamfilter/captcha/api.py", line 90, in process_request
result, html = self.captcha.generate_captcha(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r6886-py2.4.egg/trac/config.py", line 462, in __get__
raise AttributeError('Cannot find an implementation of the "%s" '
AttributeError: Cannot find an implementation of the "ICaptchaMethod" interface named "ImageCaptcha". Please update the option spam-filter.captcha in trac.ini.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


