On Jul 7, 10:42 am, "W. Martin Borgert" <[EMAIL PROTECTED]> wrote: > On Mon, Jul 07, 2008 at 11:35:55AM +0300, Jani Tiainen wrote: > > - Plugin compatiblity with certain version of Trac is not known. This > > can be seen in transition from 0.10 to 0.11. Specially there is at least > > few plugins that are 'abandoned' since 0.10 and will (probably) never > > get 0.11 upgrade. This is simple to resolve: stick with 0.10 till end of > > the world, upgrade to 0.11 and lose some functionality you used to have.
really, you find this hard? Install subversion (on windows, it's an executable installer), Install setuptools(again, an exe installer) and type easy_install NameOfPlugin. SOMETIMES you might have to use the checkout from subversion here: link, and navigate to the 0.10, or 0.11 subdirectory for your version, copy the link, and type easy_install http://linkToPluginSource/versionOfChoice oh, I see, you don't WANT to install those first 2 things ahead of time to make life easier going forward. This is why I chose trac over others. Heck, installing eclipse plugins is a pain comparatively, because it's not smart enough to install dependencies like setup_tools, it just tells you what's missing, by class name, which may be buried in another plugin! For plugins/macros that happen to be single .py files, you just have to drop them into the shared directory (which, btw, in 0.11 YOU tell it where that is in the ini file) and enable in the admin tab. sure, there are still some things that the author hasn't packaged and put a bow on for you yet, and you have to install from source, those require some effort. try installing anything else from source, say, a c based windows program. now you need to compile and link...etc. So, even those are comparatively easy. I'm sorry, but this just sounds like whining. Even things you PAY for can have install issues ("please install directX 10"), or download msvcrt70.dll and try again..... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
