Opened 12 years ago
Closed 12 years ago
#10996 closed defect (fixed)
impossible to install the plugin
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
I was trying to install testmanagerfortracplugin and everything looks fine while the installation. But it occurs an error when I open the "Test Stats" or "Test Manager" tab, because the system was not able to create the database tables. I have no clue what I did wrong. I installed the egg files in the correct order and restart the server every time. In the description you mention that a database upgrade command will be displayed, but the system never displayed me something like that. I finally execute the standard trac-admin upgrade
command, but nothing changed.
Python Traceback Most recent call last: File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 497, in _dispatch_request File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 214, in dispatch File "build/bdist.linux-x86_64/egg/testmanager/stats.py", line 314, in process_request File "build/bdist.linux-x86_64/egg/testmanager/stats.py", line 126, in _get_num_tcs_by_status File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/db/util.py", line 66, in execute File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/db/sqlite_backend.py", line 78, in execute File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/db/sqlite_backend.py", line 56, in execute File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/db/sqlite_backend.py", line 48, in _rollback_on_error System Information: User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 Trac 1.0.1 Docutils 0.7 Genshi 0.7 (without speedups) mod_python 3.3.1 Pygments 1.3.1 pysqlite 2.6.0 Python 2.6.6 (r266:84292, Dec 27 2010, 00:18:12) [GCC 4.4.5] RPC 1.1.2-r12546 setuptools 0.6 SQLite 3.7.3 Subversion 1.6.12 (r955767) jQuery 1.7.2 Enabled Plugins: TestManager 1.5.2 /home/trac/plugins/TestManager-1.5.2-py2.6.egg TracGenericClass 1.1.3 /home/trac/plugins/TracGenericClass-1.1.3-py2.6.egg TracGenericWorkflow 1.0.3 /home/trac/plugins/TracGenericWorkflow-1.0.3-py2.6.egg TracXMLRPC 1.1.2-r12546 /usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r12546-py2.6.egg
Any help would be greatly appreciated.
Attachments (1)
Change History (4)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
With the right version the plugin works now. Sorry for bother you with sucha a stupid failure. You did a great job with the plugin and thank you for your help.
Hi, I think you installed the wrong eggs, i.e. the ones intended for Trac 0.11.
You should install the ones intended to be used for Trac 0.12 and 1.0.x.
Please, let me know if this is actually the problem.
Ciao, Roberto