Opened 17 years ago
Closed 17 years ago
#2770 closed defect (invalid)
ImportError: No module named neo_cs
Reported by: | anonymous | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
While doing a GET operation on /admin/general/downloader/settings, Trac issued an internal error.
(please provide additional details here)
Request parameters: {'cat_id': u'general',
'get_2': None, 'get_3': None, 'get_4': None, 'page': None, 'page_part': u'settings', 'panel_id': u'downloader', 'path_info': u'settings', 'sel_id': None, 'sel_type': None}
system Information
Trac 0.11b1
Python 2.5.1
[GCC 4.2.1 (SUSE Linux)]
setuptools 0.6c8
SQLite 3.4.1
pysqlite 2.4.1
Genshi 0.4.4
Subversion 1.4.4 (r25188)
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 195, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/admin/web_ui.py", line 115, in process_request
output = req.hdf.render(cstmpl)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/clearsilver.py", line 302, in render
import neo_cs
ImportError: No module named neo_cs
I fail to see what this has to do with TracHacks. If you want support, try the IrcChannel or MailingList.