Hi all, I am trying to install "testmanagementplugin0.4.0" into TSVN(Trac0.11+SVN1.5.5+Apache2.2.11).
I followed the section "Configuration steps required" to setup the plugin, which is mentioned by https://trac-hacks.org/wiki/TestCaseManagementPlugin The following error happened when I finished above steps and log on my trac server. =============================== Traceback (most recent call last): File "C:\Python25\Lib\site-packages\trac\web\api.py", line 339, in send_error 'text/html') File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 683, in render_template template = self.load_template(filename, method=method) File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 659, in load_template self.templates = TemplateLoader(self.get_all_templates_dirs(), File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 406, in get_all_templates_dirs dirs += provider.get_templates_dirs() File "build\bdist.win32\egg\testManagementPlugin\testManager.py", line 116, in get_templates_dirs return [resource_filename(__name__, 'templates')] File "C:\Python25\Lib\site-packages\pkg_resources.py", line 841, in resource_filename self, resource_name File "C:\Python25\Lib\site-packages\pkg_resources.py", line 1311, in get_resource_filename return self._extract_resource(manager, zip_path) File "C:\Python25\Lib\site-packages\pkg_resources.py", line 1322, in _extract_resource zip_stat = self.zipinfo[zip_path] KeyError: 'testManagementPlugin\\templates' ============================= I doubt that I made some mistake in my trac.ini. [testManagementExtension] SubversionPathToTestCases=/projects/sem/testcase My svn repositories relative path is " /projects/sem/" And I put exampleTestCase.xml and testtemplates.xml into /projects/sem/testcase. Trac project relative path is "trac/sem". What is the problem? Please let me know if you have any clarification. Best Regards Billy **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
