Hi, I have a private 0.10.2 trac running fine in FreeBSD under Apache-2.2.4 (mod_python) (thanks for this great piece of software!). The look and feel of the site is customized through stylesheets.
Now, I'd like to go a step further and use custom javascript code. I've found the FlexJS plugin in track-hacks, and installed it using python's easyinstall script (easy enough), but the plugin does not seem to be working. http://trac-hacks.org/wiki/FlexJsPlugin I already followed the instructions and added the recommended incantations to trac.ini (both to the global trac.ini and to the trac.ini within my local environment), and the .js files to both the global and local htdocs directories, to no avail. After restarting apache (don't know if it was necessary) the pages served from the trac environment only show this: </style> <script type="text/javascript" src="/trac/portfolio/chrome/common/js/trac.js"></script> </head> So, the flexjs plugin is not working (i.e. additional lines are not added to the source HTML). What intrigues me is that after installing the plugin I now have a TracFlexJs-0.1-py2.4.egg *file* within my /usr/local/lib/python2.4/site-packages/ directory whereas the only other entity that matches '*.egg' in this directory is not a file, but a *directory*: -rw-r--r-- 1 root wheel 4328 Jan 19 00:03 TracFlexJs-0.1-py2.4.egg drwxr-xr-x 4 root wheel 512 Jan 18 23:53 setuptools-0.6c3-py2.4.egg/ I'm not sure this is a problem, but I'm certainly not a python guy ... Anyone have this FlexJS plugin working? Thanks in advance, Fernan -- fernan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
