Modify ↓
#338 closed defect (invalid)
'trac.mimeview.api.Mimeview' object has no attribute 'to_unicode' error in repo search
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | normal | Component: | RepoSearchPlugin |
| Severity: | normal | Keywords: | |
| Cc: | akshay.guleria@…, varmasoft@… | Trac Release: | 0.9 |
Description (last modified by )
Hi,
I have the latest reposearch plugin(reposearchplugin-r718.zip)installed. It giving the following error message :
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/Search.py", line 158, in process_request
results += list(source.get_search_results(req, query, filters))
File "build/bdist.linux-i686/egg/tracreposearch/search.py", line 74, in get_search_results
File "/usr/lib/python2.3/site-packages/trac/core.py", line 165, in __getattr__
raise AttributeError, "'%s' object has no attribute '%s'" % (cls, name)
AttributeError: 'trac.mimeview.api.Mimeview' object has no attribute 'to_unicode'
Attachments (0)
Change History (2)
comment:1 Changed 20 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 Changed 9 years ago by
| Cc: | akshay.guleria@gmail.com,varmasoft@rediffmail.com → akshay.guleria@gmail.com, varmasoft@rediffmail.com |
|---|---|
| Description: | modified (diff) |
Note: See
TracTickets for help on using
tickets.



The plugin has two directories, one for Trac 0.9 and one for 0.10 (trunk). You need the one for 0.9.