I added a line (_p('share/trac/htdocs/js/yui'), glob(_p('htdocs/js/yui/
*'))), in the setup.py of Trac 0.10.4, but when I run python setup.py
install, it said /htdocs/js/yui doesn`t exist or not a regular file.
What`s more, I even tried to develop a plugin with the Yahoo UI
library by adding package_data={'resource_usage': ['htdocs/js/yui',
'js/yui/*']}, it still gave the error information.
And I noticed that TinyMCE plugin maintained in Trac Hack also could
not auto-install the 3rd javascript library tinymce into /usr/share/
trac/js/*, but manual-install the tarball.
So is there some way to auto-install 3rd javascript library, please
someone give me advice, thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---