With Trac logging is set to WARNING, when a page that uses the FootNoteMacro is accessed I am getting a series of WARNING messages in the log file. However the page appears to be rendering correctly.
2009-07-17 09:42:27,102 Trac[chrome] WARNING: File footnote.js not found in any of [X:\\TracPath\\.egg-cache\\tracfootnotemacro-1.0-py2.5.egg-tmp\\footnotemacro\\htdocs']
2009-07-17 09:42:27,102 Trac[main] WARNING: HTTPNotFound: 404 Not Found (File footnote.js not found)
2009-07-17 09:42:27,197 Trac[chrome] WARNING: File footnote.js not found in any of [X:\\TracPath\\.egg-cache\\tracfootnotemacro-1.0-py2.5.egg-tmp\\footnotemacro\\htdocs']
2009-07-17 09:42:27,197 Trac[main] WARNING: HTTPNotFound: 404 Not Found (File footnote.js not found)`
The page in question had three footnotes, but as you can see the warning message is issued twice.
The steps used to install were:
- Download and unzip.
- From a command prompt go to the location where the package was unzipped.
- Y:\DLPath\footnotemacro-r6213> c:\Python25\Scripts\easy_install.exe footnotemacro\0.11
Processing 0.11
Running setup.py -q bdist_egg --dist-dir Y:\DLPath\footnotemacro-r6213\footnotemacro\0.11\egg-dist-tmp-ucbfbp
zip_safe flag not set; analyzing archive contents...
Adding tracfootnotemacro 1.0 to easy-install.pth file
Installed c:\python25\lib\site-packages\tracfootnotemacro-1.0-py2.5.egg
Processing dependencies for tracfootnotemacro==1.0
Finished processing dependencies for tracfootnotemacro==1.0