#6109 closed defect (invalid)
ImportError: No module named neo_cs
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | admin/console | Version: | devel |
Severity: | normal | Keywords: | plugin |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on admin bitten master Trac issued an internal error.
Request parameters
cat_id : u bitten
panel_id : u master
path_info : None
System Information
Trac 0.11dev-r6047
Python 2.4 60 Nov 30 2004 11:49:19
MSC v.1310 32 bit Intel
setuptools 0.6c7
SQLite 3.4.0
pysqlite 2.3.5
Genshi 0.4.4
Subversion 1.4.2 r22196
Python Traceback
Traceback most recent call last :
File "d: python24 lib site-packages trac-0.11dev_r6047-py2.4.egg trac web main.py" line 381 in dispatch_request dispatcher.dispatch req
File "d: python24 lib site-packages trac-0.11dev_r6047-py2.4.egg trac web main.py" line 191 in dispatch resp chosen_handler.process_request req
File "d: python24 lib site-packages trac-0.11dev_r6047-py2.4.egg trac admin web_ui.py" line 115 in process_request output req.hdf.render cstmpl
File "d: python24 lib site-packages trac-0.11dev_r6047-py2.4.egg trac web clearsilver.py" line 302 in render import neo_cs ImportError: No module named neo_cs
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Keywords: | plugin added |
---|---|
Milestone: | not applicable |
follow-up: 4 comment:3 by , 17 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
There is no legacy plugin installed on my system. I had installed Trac 0.11 and then installed Bitten. That's it, nothing else. This error appeared when I tried to view the Bitten tab.
comment:4 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Replying to steven.brownlee@orbwave.com:
There is no legacy plugin installed on my system. I had installed Trac 0.11 and then installed Bitten. That's it, nothing else. This error appeared when I tried to view the Bitten tab.
Trac w/o Bitten does not need ClearSilver (.cs) templating system. You won't get this error without Bitten.
Bitten is a plugin from Trac perspective. Install ClearSilver if one of your installed plugins need it. AFAICT, Bitten needs it: http://bitten.edgewall.org/browser/trunk/bitten/templates
You need to install Clearsilver to use legacy plugins.