id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 4898,No administration panels after install,timsjostrand@…,Álvaro Iradier,"Using r5495, and following the instructions on the wiki page, I am unable to get TracWikiPrintPlugin to work. No new administration panels allowing me to export wiki pages to PDF appear after installation, nor does a new item appear under Administration/Plugins. This behavior can be repeated using different revisions and on a clean Trac install. Tested on Trac 0.11.4 (latest official). All dependencies are met. I have tested both to do easy_install on the TracWikiPrintPlugin repository, aswell as checking out the source and compiling for myself with ""python setup.py bdist_egg"". After installation via the Trac Web UI, ""trac.log"" says (""behemoth"" is the name of my dummy project, by the way =)): {{{ 2009-04-08 09:46:45,461 Trac[web_ui] INFO: Installing plugin TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:46:45,462 Trac[web_ui] INFO: Plugin TracWikiPrintPlugin-1.1-py2.5.egg installed to /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg }}} And when loading, ""trac.log"": {{{ 2009-04-08 09:52:40,427 Trac[loader] DEBUG: Adding plugin TracWikiPrintPlugin 1.1 from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:40,444 Trac[loader] DEBUG: Adding plugin TracWikiPrintPlugin 1.1 from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:40,929 Trac[loader] DEBUG: Loading wikiprint.formats from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:40,965 Trac[loader] DEBUG: Loading wikiprint.formats from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:41,921 Trac[loader] DEBUG: Loading wikiprint.web_ui from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:41,926 Trac[loader] DEBUG: Loading wikiprint.wikitopdf from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:41,932 Trac[loader] DEBUG: Loading wikiprint.web_ui from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg 2009-04-08 09:52:41,937 Trac[loader] DEBUG: Loading wikiprint.wikitopdf from /var/lib/trac/behemoth/plugins/TracWikiPrintPlugin-1.1-py2.5.egg }}} My /var/lib/trac/behemoth/conf/trac.ini components-section looks like: {{{ [components] trac2latex.trac2latex.* = enabled wikiprint.* = enabled }}} I should add that I have never installed a Trac plugin before, but the logs seem to give no indication of an error. It looks like I missed something obvious, or perhaps the wiki page instructions are inaccurate?",defect,closed,normal,TracWikiPrintPlugin,normal,fixed,,,0.11