Changes between Initial Version and Version 2 of Ticket #1463


Ignore:
Timestamp:
Oct 18, 2012, 7:44:54 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1463 – Description

    initial v2  
    1 I downloaded the TracProjectMenu source, built the egg using the following command:
     1I downloaded the !TracProjectMenu source, built the egg using the following command:
     2{{{
     3#!sh
    24python ./setup.py bdist_egg
    3 I then took the TracProjectMenu.egg and put it in the /plugins/ folder of the project that I wanted to enable the plugin for.  Once this was done, I got the following error message:
     5}}}
     6I then took the `TracProjectMenu.egg` and put it in the `/plugins` folder of the project that I wanted to enable the plugin for.  Once this was done, I got the following error message:
     7{{{
    48Traceback (most recent call last):
    59  File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1923    fd = open(os.path.join(self.path, 'VERSION'), 'r')
    2024IOError: [Errno 2] No such file or directory: '/data/trac/etc/VERSION'
     25}}}